@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
	font-style: normal;
}
.flaticon-user:before { content: "\f100"; }
.flaticon-facebook:before { content: "\f101"; }
.flaticon-instagram:before { content: "\f102"; }
.flaticon-youtube:before { content: "\f103"; }
.flaticon-twitter:before { content: "\f104"; }
.flaticon-play:before { content: "\f105"; }
.flaticon-arrow:before { content: "\f106"; }
.flaticon-hotel-bell:before { content: "\f107"; }
.flaticon-desk:before { content: "\f108"; }
.flaticon-maps-and-flags:before { content: "\f109"; }
.flaticon-mail:before { content: "\f10a"; }
.flaticon-radio:before { content: "\f10b"; }
.flaticon-telephone:before { content: "\f10c"; }
.flaticon-headset:before { content: "\f10d"; }
.flaticon-meeting-room:before { content: "\f10e"; }
.flaticon-alarm:before { content: "\f10f"; }
.flaticon-clean:before { content: "\f110"; }
.flaticon-coolnes:before { content: "\f111"; }
.flaticon-lounge-chair:before { content: "\f112"; }
.flaticon-apartments:before { content: "\f113"; }
.flaticon-check:before { content: "\f114"; }
.flaticon-cross:before { content: "\f115"; }
.flaticon-airport:before { content: "\f116"; }
.flaticon-food-delivery:before { content: "\f117"; }
.flaticon-workplace:before { content: "\f118"; }
.flaticon-teacher:before { content: "\f119"; }
.flaticon-linkedin:before { content: "\f11a"; }

.flaticon-empty{
  width: 16px;
  display: inline-block;
}
html,
body {
    font-family: 'Ubuntu', sans-serif;
    color: #26282b;
    overscroll-behavior: none;
}
body {
	padding-top: 101.45px;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    color: #424446;
}
video {
  outline: none;
}
button,
button:hover,
button:focus,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.pos-relative {
    position: relative;
}

.kd-separation {
    margin-top: 0rem;
    margin-bottom: 30px;
}
span.area {
  position: relative;
  font-size: 0.7em;
  top: -3px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input,
button {
    outline: none;
}

.mb-30 {
    margin-bottom: 30px;
}

::selection {
    background: #f1f4f2;
    color: #26282b;
    text-shadow: none;
}

a,
a:hover {
    /* color: #e76b57; */
}

.navbar {
	background: #f1f4f2;
}
.navbar-nav .nav-link, .navbar-nav .nav-link:hover {
    color: #5d6163;
    font-weight: 400;
    font-size: 1em;
}
.navbar-light .navbar-nav .nav-link.buttonwise {
  background: #5c6062;
  color: white;
  padding: 14px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  display: inline-block;
  position: relative;
  z-index: 99
}
.navbar .dropdown-menu {display: block;visibility: hidden;opacity:0;transform: translateY(50px);transition:.15s ease all;}
.navbar .dropdown-menu.show {display: block;visibility: visible;opacity:1;transform: translateY(0px);transition:.15s ease all;}

.navbar .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #5d6163 transparent;
    position: absolute;
    left: 45px;
    top: -10px;
}
.navbar .dropdown-menu {
    background: #5d6163;
    margin: 0;
    padding: 25px 0;
    opacity: 0;
    border-radius: 0;
    visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.navbar .dropdown-menu a, .navbar .dropdown-menu a:hover {
  padding: 8px 15px;
  background: transparent;
  color: #f1f1f1
}
.navbar-light .navbar-nav .nav-link {
	color: rgb(74, 74, 74);
	font-weight: 500;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
.modal-backdrop.show {
	opacity: 0.1;
}
.modal-dialog {
	box-shadow: 0 0 60px rgba(14,42,71,.25);
	border-radius: 0;
}

/*FOOTER*/
footer {
  background: #26282b;
  padding: 80px 0 0px 0;
  color: #f1f1f1;
  z-index: 999999;
    position: relative;
}
footer a, footer a:hover {
  color: #f1f1f1;
}
footer .links a {
  font-weight: 300;
}
footer .links a:hover {
  font-weight: 300;
  color: #f1f1f1;
  text-decoration: underline;
}
footer .social-bot h5 {
  color: #f1f1f1;
  font-weight: 300;
  font-size: 1em;
}
footer .social-bot h3 {
  color: #f1f1f1;
  margin-bottom: 0;
}
footer .social-bot a.emails {
  opacity: 0.8;
  font-size: 1.1em;
}
footer .disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}
/*FOOTER*/

/*LOGIN REG*/
.modalize--container button {
  width: 100%;
  margin-bottom: 40px;
}
.modalize--container a {
  color: #363535;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  letter-spacing: 0.6px;
  margin-top: 0px;
}
#clicktovideo .modal-dialog {
  background: transparent;
  box-shadow: none;
}
#clicktovideo .modal-content {
  background: white;
  box-shadow: none
}
#event--view .modal-content {
  background: white;
}

#event--view{
  width: 80ch;
  max-width: 100%;
}
#clicktovideo .modal-dialog .modal-content {
    box-shadow: 0 0 60px rgba(14,42,71,.25);
    border-radius: 0;
    padding: 15px;
}
#clicktovideo .modal-dialog .modal-content button {
  position: absolute;
    right: 0;
    padding: 13px 18px;
    z-index: 99;
    background: white;
    opacity: 1;
    top: 0;
}
#reservar_office .modal-content {
  background: white url(../img/company_01.jpg) no-repeat center right;
  background-size: calc(50% - 15px);
}
.modal-content {
	border-radius: 0px;
	border: none;
	background: white url(../img/login_1.jpg) no-repeat center right;
	padding: 30px 20px;
	background-size: calc(50% - 15px);
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.in {
  opacity: 0.3;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  background: transparent;
}
.modal-header h4 {
    margin: 0;
    color: #363535;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.modal-header .close {
  margin-top: -2px;
    z-index: 999;
    position: absolute;
    opacity: 1;
    top: 0px;
    right: 20px;
    color: white;
    text-shadow: none;
    padding: 15px 20px;
    font-size: 30px;
}
/*LOGIN REG*/

/*FORM*/
.former label {
	font-weight: 500;
	color: #26282b;
}
.former label span{
	color: #c3d604;
}
.former input, .former input:focus {
	background: transparent;
    border: 1px solid #eee;
    padding: 13px 15px;
    color: #7E7E7E;
    height: inherit;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
}
.former .warpselect {
  position: relative;
}
.former .warpselect:after {
  position: absolute;
  pointer-events: none;
  top: 15px;
  content: "\f106";
  font-family: 'Flaticon';
  right: 20px;
  transform: rotateZ(90deg);
  opacity: 0.6;
}
.former select, .former select:focus {
	-webkit-appearance: none;
	background: transparent;
    border: 1px solid #eee;
    padding: 13px 15px;
    color: #7E7E7E;
    height: inherit;
    box-shadow: none;
    border-radius: 0px;
    outline: none;

}
.former textarea, .former textarea:focus {
	resize: none;
	background: transparent;
    border: 1px solid #eee;
    padding: 10px 15px;
    color: #7E7E7E;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
	height: 150px;
}
.former input[type=file] {
    display: block;
    padding: 6.5px 15px;
}
.former button, .former button:hover {
	    background: #26282b;
    color: white;
    padding: 14px 50px;
    display: inline-block;
    border: none;
}
.former .explainer span {
	color: #e76b57;
}
/*FORM*/


/*HOME SLIDER*/
#home-slider {
	position: relative;
/* 	overflow: hidden; */
	background: #f1f4f2;
	padding-bottom: 0px;
}
#home-slider:after {
/* 	content: ''; */

	width: 100px;
	transform: rotateZ(45deg);
	position: absolute;
	height: 100px;
	top: -50px;
	right: -50px;
	background: #f1f4f2;
	z-index: 2;
}
#home-slider .flexslider {
/* 	padding: 0px 15px 0px 15px; */
	padding:0;
	background: #f1f4f2;
	margin: 0;
	border: none;
}
#home-slider .flexslider .captions {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
}
#home-slider .videodiv {
	position: relative;
    margin-top: -100px;
}
#home-slider .playvideo {
	position: relative;
	z-index: 9;
}
#home-slider .playvideo img {
	box-shadow: 0 0 60px rgba(14,42,71,.25);
	border-top-left-radius: 10px;
}
#home-slider .playvideo:after {
	font-family: "Flaticon";
	content: "\f106";
	border-radius: 100px;
	padding: 20px 24px;
	position: absolute;
	left: -32px;
	color: #26282b;
	background: white;
	top: calc(50% - 32px);
	box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.1);
}
.social-media {
	width: 20px;
    position: fixed;
    background-color: transparent!important;
    left: 35px;
    bottom: 100px;
    transform: translateY(-50%);
    z-index: 99999;
    text-align: center;
}
.social-media h6 {
    width: 120px;
    color: #c4d60f;
    transform: rotate(90deg);
    transform-origin: left;
    margin-left: 9px;
    font-weight: 600;
    margin-bottom: 120px;
    font-size: 14px;
}
.social-media ul {
    margin: 0;
    padding: 0;
}
.social-media ul li {
    margin: 0;
    padding: 3px 0;
    list-style: none;
}
.social-media ul li a {
    color: #c3d600;
    font-size: 12px;
}/*

#home-slider .social-media ul li a i {
  text-shadow: 0 0 10px rgb(37, 40, 43);
}
*/
/*HOME SLIDER*/


/*HOME PAGE*/
#startup_home {
/* 	padding: 40px 0 80px; */
	padding: 40px 0;
  background: #f1f4f2;
  position: relative;
}
#startup_home h2 span {
  color: #c3d600;
  font-size: 10em;
  position: absolute;
  left: -50px;
  line-height: 1;
  top: -50px;
  z-index: -1;
  opacity: 0.3;
}
#startup_home h2 {
	color: #5c5f62;
	font-size: 1.2em;
}
/*HOME PAGE*/

/*NEXT EVENT*/
#next-event {
  padding: 80px 0;
  overflow: hidden;
}

#next-event .diffrow {
    display: flex;
    align-items: center;
}
#next-event td {
  color: #5c5f62
}
#next-event h5 {
    color: #c3d600;
/*     opacity: 0.1; */
    font-size: 1.2rem;
    font-weight: 700
}

#next-event h4 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
/*    */
}
#next-event h4 span {
  color: #c3d600;
}
#next-event h3 {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 300;
/*      */
}

#next-event p {
    color: #7f7f7f;
}
#next-event table th {
  color: #c3d600;
}
#next-event .wrape {
    position: relative;
}

#next-event .wrape img {
    z-index: 2;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#next-event .from-left:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: white;
    transition-timing-function: ease;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

#next-event .from-left.show-now:after {
    left: 120%;
    transition-timing-function: ease;
}

#next-event .wrape:before {
    content: '';
    background: url('../img/side-pattern-bg.png') no-repeat bottom right;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    top: 50px;
    left: 50px;
    z-index: 0;
    height: 100%;
}
#next-event a {
  background: #5c6062;
  color: white;
  padding: 14px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  display: inline-block;
}
#next-event a.register {
  background: #26282b;
}
#next-event a i {
  font-size: 10px;
  position: relative;
  top: -1px;
}
/*NEXT EVENT*/


/*HOME SERVICES*/
#about_home {
  padding: 80px 0;
  overflow: hidden;
}

#about_home .diffrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

#about_home h5 {
color: #c3d600;
    opacity: 1;
    font-size: 1.2rem;
    font-weight: 700
}

#about_home h4 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
/*    */
}
#about_home h4 span {
  color: #c3d600;
}
#about_home h3 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 300;
/*      */
}
#about_home .card {
  background: transparent;
  border: none;
}
#about_home .card img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
#about_home .card h4 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 20px;

}
#about_home p {
  margin-bottom: 20px;
  color: #7f7f7f;
}
#about_home a {
  background: #5c6062;
  text-align: center;
  color: white;
  padding: 14px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/*HOME SERVICES*/

/*HOME VIDEO*/
#video_home {
  padding: 160px 0;
  overflow: hidden;
  position: relative;
}
#video_home .video-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  background: #26282b;
  background: -moz-linear-gradient(161deg, #5c6062 0%, #5c6062 49%, #c3d602 100%);
  background: -webkit-linear-gradient(161deg, #5c6062 0%, #5c6062 49%, #c3d602 100%);
  background: linear-gradient(161deg, #5c6062 0%, #5c6062 49%, #c3d602 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b",endColorstr="#9f8054",GradientType=1);
}
#video_home .diffrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
#video_home video {
  opacity: 0.55;
  width: 100%;
}

#video_home h5 {
    color: #f3f3f3;
    opacity: 0.3;
    font-size: 2rem;
    font-weight: 700
}

#video_home h3 {
    font-size: 2rem;
    line-height: 1;
    color: #f3f3f3;
    font-weight: 300;
    margin-bottom: 20px;

}
#video_home a {
  background: white;
    text-align: center;
    color: #5c6062;
    display: inline-block;
    padding: 14px 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/*HOME VIDEO*/


/*HOME CONTACTS*/
#final_home {
  text-align: center;
  padding: 80px 0;
}
#final_home h5 {
    color: #c3d600;
    font-size: 1.2rem;
    font-weight: 700
}
#final_home h4 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;

}
#final_home a {
  background: #5c6062;
  text-align: center;
  color: white;
  padding: 14px 40px;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/*HOME CONTACTS*/


/*CONTACTS*/
#general-header {
/*   padding: 80px 0 0px 0; */
  padding: 40px 0 0px 0;
  background: #f1f4f2;
}
#general-header .breadcrumb {
  background: #ffffff;
  width: 100%;
  bottom: -30px;
  padding: 30px 30px;
  padding-right: 60px;
  margin: 0;
  position: relative;
  border-radius: 0;
}
#general-header h1 {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0;
}
#general-header p {
  opacity: 0.6;
  font-weight: 500;
  margin-bottom: 0;
}
#general-header .breadcrumb .breadcrumb-item.active {
    color: #c3d603;
}
#general-header .breadcrumb .breadcrumb-item.middle:before, #general-header .breadcrumb .breadcrumb-item.active:before {
    content: '»';
    color: #5c6062;
    font-weight: 400;
    padding: 0 20px;
}
#general-header .breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}
#general-header .breadcrumb .breadcrumb-item a {
  color: #5c6062;
  font-weight: 500;
}
#contacts {
  padding: 80px 0;
}
#contacts h4 {
  font-size: 1.2em;
}
#contacts p {
  opacity: 0.8;
}
#contacts p a {
	color: #26282B;
}
#contacts-form {
  padding: 80px 0;
  position: relative;
}
#contacts-form:before {
  bottom: 0;
  width: 40%;
  background: #f1f4f2;
  left: 0;
  content: '';
  height: 50%;
  position: absolute;
}
#contacts-form .wrape iframe {
    z-index: 2;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
#contacts-form .wrape:before {
    content: '';
    background: url('../img/side-pattern-bg.png');
    background-size: contain;
    position: absolute;
    opacity: 0.2;
    width: 110%;
    left: -10%;
    top: 10%;
    height: 100%;
}
/*CONTACTS*/

/*INNER PAGES*/
#inner-page {
  padding: 80px 0;
}
#inner-page.after-final {
  background: #f1f4f2;
}
#inner-page h4 {
  font-size: 1.2rem;
  line-height: 1;
  color: #c3d600;
  margin-bottom: 1rem;
  font-weight: 700;
}
#inner-page p, #inner-page ul li {
  color: #7f7f7f;
}
#inner-page ul li {
  margin-bottom: 1rem;
}
#inner-page .card-partner {
  margin-bottom: 30px;
}
#inner-page .card-partner h4 {
  font-size: 2rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;

}
#inner-page .card-partner p {
  margin-bottom: 20px;
  color: #7f7f7f;
}
#inner-page .card-partner a, #inner-page a.clickaqui {
  background: #5c6062;
  text-align: center;
  color: white;
  display: inline-block;
  padding: 14px 35px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/*INNER PAGES*/


/*CALENDAR*/
#calendar-part {
  padding: 80px 0;
}
#calendar-part h2 {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 300;

}
.fc-header-toolbar {
  padding-top: 0em;
  padding-left: 0em;
  padding-right: 0em;
}
.fc-button-primary {
  background: #5c6062;
  color: #f1f1f1;
  border-radius: 0;
  border: none;
}
.fc-toolbar h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;

}
.fc-day-grid-event .fc-content {
  text-overflow: ellipsis;
  overflow: hidden;
  color: white;
  font-weight: 300;
}
.fc-unthemed td.fc-today {
  background: #ececec
}
.fc-event {
  background: #5c6062;
  color: #f1f1f1;
  border:none;
  border-radius: 0;
  padding: 12px;
}
#solo-event.event-card h4 {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;

}
#solo-event.event-card p {
  margin-bottom: 20px;
  color: #7f7f7f;
}
#solo-event.event-card a {
  background: #5c6062;
  text-align: center;
  color: white;
  display: inline-block;
  padding: 14px 35px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
#event--view .accordion .card-header {
  padding: 0;
}
#event--view .accordion .card-body {
  padding: 1.25rem 1.25rem 0.25rem 1.25rem;
}
#event--view .accordion .card-header button {
  margin: 0;
  text-align: left;
  border-radius: 0;
  width: 100%;
}
#event--view .accordion .card-header button:hover, #event--view .accordion .card-header button:focus {
  text-decoration: none;
}
#event--view h4 {
  font-size: 2rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;

}
#event--view table th {
  color: #c3d600;
}
#event--view table td {
    color: #5c5f62;
}
#event--view .accordion .card-body {
  color: #5c5f62;
  font-size: 0.9rem;
}
.badgegreen {
  background: #c3d603;
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    border-radius: 100%;
    margin-right: 4px;
}
.fc-time {
  display: none;
}
#photo-gallery .gallery {
  padding-left: 0;
}
#photo-gallery .gallery li {
    width: 25%;
    margin: 0;
    /* padding: 4px; */
    list-style: none;
    position: relative;
}
#photo-gallery .gallery li img {
    width: 100%;
    float: left;
}

#photo-gallery .gallery li .title {
    font-size: 80%;
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    background-color: #c3d600;
    color: #424446;
    padding: 0 0.5em;
    pointer-events: none;
}
#photo-gallery .gallery li .title:empty {
    display: none;
}
#inner-page .gallery-filter a {
  color: #5c6062;
  font-weight: 500;
}
#inner-page .gallery-filter a.current {
  color: #c3d603;
}

#features-office {
  padding: 80px 0 50px 0;
  position: relative;
  background: url('../img/IMG_4793.JPG') no-repeat center center;
  background-size: cover;
}
#features-office:before {
  position: absolute;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.7;
  top: 0;
  width: 100%;
  background: #000000;
}
#features-office h4 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.3rem;
  font-weight: 300;

  color: #f1f1f1;
}
#features-office h5 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 300;

  color: #f1f1f1;
}
#features-office .card-icons {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #5f5f5f;
}
#features-office .card-icons i {
  font-size: 2em;
/*   color: #f1f1f1; */
color: #c3d60f;
}
#features-office .card-icons p {
  min-height: 48px;
  margin-bottom: 0;
  display: grid;
  color: #f1f1f1;
  align-items: center;
  text-align: center;
}
#offices {
  padding: 80px 0;
}
#offices h4 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 300;
/*    */
}
#offices .nav-item .nav-link {
  padding: 15px 5px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  /*border: 2px solid #f1f1f1;*/
  display: inline-block;
  color: #5c6062;
}
#offices .nav-item .nav-link:hover, #offices .nav-item .nav-link.active {
  background: #5c6062;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
#offices table th {
    color: #c3d600;
}
#offices table th {
    color: #c3d600;
}
#offices td {
    color: #5c5f62;
}
#offices .but {
  background: #5c6062;
  color: white;
  padding: 14px 40px;
  border: 2px solid #5c6062;
  margin-top: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  display: inline-block;
}
#offices.darkers {
  background: #f1f4f2;
}
#pricing {
  background: #f1f4f2;
  padding: 80px 0;
}

#pricing .card {
  border: none;
  border-radius: 0rem;
  color: #7f7f7f;
  transition: all 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#pricing hr {
  margin: .5rem auto;
}

#pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

#pricing .card-header {
  padding: 0;
  background: transparent;
  border:none;
}
#pricing .card-header .card-title {
  color: #c3d603;
  font-weight: 700;
  font-size: 1.3em;
}
#pricing .card-header .card-price-year {
  font-weight: 400;
}
#pricing .card-header .card-price-year span {
  font-weight: 500;
}
#pricing .card-header .card-price-month {
  font-size: 2.3em;
  font-weight: 700;
}
#pricing icon {
  color: #c3d603;
}
#pricing .card-header .card-price-month .period {
  font-size: 0.5em;
  opacity: 0.6;
}
#pricing .card-price .period {
  font-size: 0.8rem;
}
#pricing .text-muted {
  opacity: 0.3;
  text-decoration: line-through;
}

#pricing a.reservbut {
      background: #5c6062;
    color: white;
    padding: 14px 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    display: inline-block;
}
#pricing .card-select {
  position: relative;
}
#pricing .card-select:before {
  background: #c3d604;
  color: #f1f4f2;
  content: 'Popular';
  position: absolute;
  top: -20px;
  left: -10px;
  padding: 5px 20px;
}
#pricing .card-select .card-body {
  background: #5c5f62;
}
#pricing .card-select .card-header .card-price-month {
  color: #f1f4f2
}
#pricing .card-select .card-header .card-price-year {
 color: #f1f4f2;
 opacity: 0.6;
}
#pricing .card-select a.reservbut {
  background: #f1f4f2;
  color: #5c6062;
}
#pricing .card-select p {
  color: #f1f4f2!important;
}
#pricing .card-price-day {
  font-size: 1em;
  font-weight: 500;
  color: #7f7f7f;
}
#pricing .card-select .card-price-day {
  color: #f1f4f2;
  opacity: 0.6;
}
.quadrados {
  padding-top: 40px;
  padding-bottom: 40px;
}
.quadrados .card-icons {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
}
.quadrados .card-icons i {
    font-size: 2em;
    color: #7f7f7f;
}
.quadrados .card-icons p {
    min-height: 48px;
    margin-bottom: 0;
    display: grid;
    color: #7f7f7f;
    align-items: center;
    text-align: center;
}
.social_nounder a {
	padding-right: 5px;
	text-decoration: none;
}
.social_nounder a:hover {
	text-decoration: none
}
#viewclient .modal-content {
	background: white;
}
.dropdown-item.navlang.active {
	background-color: #5c5f62;
}
#main--header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

@media (max-width: 768px) {
	.navbar-light .navbar-toggler {
	    color: rgb(92 94 98);
	    border-color: rgb(92 94 98);
	    border-radius: 0;
	}
	#startup_home h2 {
		font-size: 1.2em;
	}
	.social-media {
		display: none
	}
	#next-event h5, #about_home h5 {
		font-size: 1.2rem;
	}
	#next-event h5 {
		margin-top: 15px;
	}
	footer .col-md-5 img {
		width: 150px;
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#about_home a {
		margin-bottom: 30px;
	}
	.navbar .dropdown-menu {
		left: -50px;
		position: absolute;
	}
	.nav-link {
		padding: 1.1rem 1rem;
	}
	#contacts {
		padding-bottom: 0;
	}
	#contacts-form:before {
		display: none
	}
	#contacts-form form {
		padding-top: 80px;
	}
}
.subnewsletter {
	background: #c3d600;
	padding: 20px 0;
}
.subnewsletter input {
	border-bottom: 1px solid #26282c;
	background: rgba(255,255,255,0.4);
	width: 100%;
	color: #26282c;
	padding-left: 20px;
}
.subnewsletter label {
	font-size: 1.2em;
	color: white;
}
.subnewsletter button {
	background: #ffffff;
    text-align: center;
    color: #26282c;
    padding: 10px 40px;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 0;
}
.card-columns .card {
	box-shadow: 2px 2px 4px 0 #ccc;
	border-radius: 0;
}


.xdsoft_datetimepicker{
  z-index: 99999999999999999999999999;
}
