

@font-face {
  font-family: "MartelSans-Regular";
  src: url("fonts/MartelSans-Regular.ttf");
}

body {
	background-color: #212529;
	color: #777;
    font-family: "MartelSans-Regular";
	font-size: 14x;
	line-height: 26px;
	margin: 0;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
}

.owl-carousel .owl-item {
    touch-action: pan-y;
}

/* Header Nav Main */


@media (min-width: 1602px) {
    #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
		color: #FFF;
    	font-size: 16px;
    	padding: 1.6rem 1.6rem;
	}
    
	#header .header-nav-main nav > ul > li > a {
		display: inline-flex;
		align-items: center;
		white-space: normal;
		border-radius: 4px;
		color: #CCC;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
    	font-family: "MartelSans-Regular";
		padding: 0.5rem 1rem;
		letter-spacing: -0.5px;
		text-transform: capitalize;
	}
}

@media (max-width: 1602px) {
    #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
		color: #FFF;
    	font-size: 15px;
    	padding: 0.4rem 0.8rem;
	}
    
	#header .header-nav-main nav > ul > li > a {
		display: inline-flex;
		align-items: right;
		white-space: normal;
		border-radius: 4px;
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
    font-family: "MartelSans-Regular";
		padding: 0.5rem 1rem;
		letter-spacing: -0.5px;
		text-transform: capitalize;
	}
}

@media (max-width: 1100px) {
    #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
		/*color: #F00;*/
    	padding: 0.4rem 0.4rem;
	}
}


#header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.6rem;
    display: none;
	}

.alternative-font-4 {
    font-family: "MartelSans-Regular";
}

.custom-font-size-3 {
	font-size: 15px;
	font-size: 1.2rem;
}

.section-concept p,
.custom-text-color-1 {
	color: rgba(200, 200, 200, 1) !important;
}
    
	
.content-grid .content-grid-item:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #00000000;
}

.content-grid .content-grid-item:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #00000000;
}

.content-grid .content-grid-item {
	position: relative;
	padding: 2px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


.fas {
	color: #d1a537;
}

.video-background { /* class name used in javascript too */
    width: 100%; /* width needs to be set to 100% */
    height: 100%; /* height needs to be set to 100% */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

html section.section-dark-scale-2 {
	background-color: #2c2c33 !important;
	border-color: #000000 !important;
}

.pricing-table .plan .plan-price .descr-label {
	color: #777;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 1;
	margin-top: 6px;
	margin-bottom: 0;
}

.divider.divider-dark {
	background: rgba(255, 255, 255, 0.5);
}

.process-vertical .process-step-circle {
	height: 40px;
	width: 40px;
	margin: 0 10px 0 0;
	min-height: 40px;
	min-width: 40px;
}

.process-vertical .process-step:after {
	width: 2px;
	display: block;
	background-color: #EDEDED;
	position: absolute;
	content: '';
	height: calc(100% - 80px);
	top: 60px;
	left: 20px;
}

.process .process-step-circle-content {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.6em;
	letter-spacing: -1px;
	margin-top: 5px;
	transition: all 0.2s ease-in-out;
}

.process-vertical .process-step {
	width: 100%;
	flex-direction: row;
	justify-content: start;
	align-items: start;
	position: relative;
	padding-bottom: 40px;
}

.div_contendor {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0;
}

.div_contenedor iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.loading-overlay {
	transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	background: #212529;
}

.cover {
  object-fit: cover;
}

html .text-color-link-light,
html .text-link {
	color: #0099FF !important;
}

html .text-color-link-light2,
html .text-link {
	color: #67C2FF !important;
}

.btn-gradient:not(.btn-outline) {
	background: linear-gradient(135deg, #d1a537 0%, #e36159 80%);
	color: #FFF;
}


html .btn-nopad {
	border-color: #d1a537 !important;
  color: #FFFFFF !important;
}

#header .header-btn-collapse-nav {
	background: rgba(255,0,0,0.0);
	color: rgba(255,0,0,0.0);
  border-color: #d1a537 !important;
	margin: 0 0 0 16px;
	margin: 0 0 0 1rem;
}

@media (min-width: 768px) {
    .img-test {
        width: 282px;
        height: 40px;
        data-sticky-width: 282px;
        data-sticky-height: 40px;
    }
}

@media (max-width: 768px) {
    .img-test {
        width: 246px;
        height: 35px;
        data-sticky-width: 246px;
        data-sticky-height: 35px;
    }
}

@media (max-width: 400px) {
    .img-test {
      
        width: 170px;
        height: 24px;
        data-sticky-width: 170px;
        data-sticky-height: 24px;
    }
}

.dialog {
	background: black;
	padding: 20px 30px;
	text-align: left;
	margin: 40px auto;
	position: relative;
	max-width: 600px;
}

/*
html .btn-nopad {
	background-color: #FFF;
	border-color: #FFF #FFF #e6e6e6;
	color: #777;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}
*/

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
    
    
#myCookieConsent {
    z-index: 999;
    min-height: 10px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 0px;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 0px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#myCookieConsent div {
    padding: 0px 0 0;
}
#myCookieConsent a {
    color: #d1a537;
    display: inline-block;
    padding: 2px 8px;
}
#myCookieConsent a:hover {
	color: #fda016;
}
#myCookieConsent a#cookieButton {
  /*
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
	  background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: right;
    border-radius: 20px;*/
 	font-size: 0.8em;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    float: right;
    padding: 10px 10px;
	display: flex;
	align-items: center;
}
#myCookieConsent a#cookieButton:hover {
    background: #d1a537;
	color: #000;
}

.max-lines {
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5em;
  line-height: 1.8em;
}

@media (max-width: 600px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 601px) {
  .mobile {
    display: none;
  }
}