body {
	font-family: 'ProximaNova-Regular';
    color: #252525;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ProximaNova-Regular';
}

a {
    text-decoration: none !important;
    outline: none !important;
}


@font-face {
	font-family: 'ProximaNova-Light';
	src: url("../fonts/Proxima-Nova-Light.woff2") format("woff2"), url("../fonts/Proxima-Nova-Light.woff") format("woff"), url("../fonts/proximanova/Proxima-Nova-Light.ttf") format("truetype");
	/* Safari, Android, iOS */
	font-style: normal;
font-weight: 200; }
@font-face {
	font-family: 'ProximaNova-Regular';
	src: url("../fonts/Proxima-Nova-Regular.woff2") format("woff2"), url("../fonts/Proxima-Nova-Regular.woff") format("woff"), url("../fonts/Proxima-Nova-Regular.ttf") format("truetype");
	/* Safari, Android, iOS */
	font-style: normal;
font-weight: 400; }
@font-face {
	font-family: 'ProximaNova-Semibold';
	src: url("../fonts/Proxima-Nova-Semibold.woff2") format("woff2"), url("../fonts/Proxima-Nova-Semibold.woff") format("woff"), url("../fonts/Proxima-Nova-Semibold.ttf") format("truetype");
	/* Safari, Android, iOS */
	font-style: italic;
font-weight: 700; }
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url("../fonts/Proxima-Nova-Bold.woff2") format("woff2"), url("../fonts/Proxima-Nova-Bold.woff") format("woff"), url("../fonts/Proxima-Nova-Bold.ttf") format("truetype");
	/* Safari, Android, iOS */
	font-style: normal;
font-weight: 700; }
@font-face {
	font-family: 'ProximaNova-Extrabold';
	src: url("../fonts/Proxima-Nova-Extrabold.woff2") format("woff2"), url("../fonts/Proxima-Nova-Extrabold.woff") format("woff"), url("../fonts/Proxima-Nova-Extrabold.ttf") format("truetype");
	/* Safari, Android, iOS */
	font-style: normal;
font-weight: 900; }

/*======================
	HELPER
========================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.bg-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-gradient {
    background: #396afc;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2948ff, #396afc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2948ff, #396afc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}

.title h2 {
    margin-top: 10px;
}

span.title-border:before {
    left: 100%;
}

span.title-border:after {
    right: 100%;
}

span.title-border:before {
    content: "";
    background: #dadada;
    width: 45px;
    height: 1px;
    top: 9px;
    position: absolute;
}

span.title-border:after {
    content: "";
    background: #dadada;
    width: 45px;
    height: 1px;
    top: 9px;
    position: absolute;
}

span.title-border {
    padding: 0 8px;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    font-size: 15px;
    transition: all 0.4s;
    color: #fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    box-shadow: none !important;
}

.btn-outline-custom {
    background-color: transparent;
    border: 1px solid #fff !important;
    transition: all 0.4s;
    color: #fff;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    color: #000;
}

.btn {
    padding: 12px 25px;
    font-size: 14px;
    letter-spacing: 0.03px;
    font-weight: 700;
    text-transform: uppercase;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}


/*==========================
	HOME
============================*/

.bg-home {
    background-image: url('../images/home-bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
	text-shadow: 2px 2px 15px #000000f0;
}

.home-sub-title {
	
    font-size: 30px;
    line-height: 1.8;
    max-width: 600px;
    font-weight: 600;
	text-shadow: 2px 2px 10px #000000cc;
}

.watch-video a span {
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    top: -5px;
}

.play-icon-circle {
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 28px;
}

.play-btn-light {
    background-color: #fff !important;
    color: #6c77c0;
    mix-blend-mode: lighten;
    ;
}



.home-half {
    padding-bottom: 50px;
    padding-top: 100px;
    background-image: url('img/pattern.svg');
	background-color: #075E54;
	background-position: center center; 
    position: relative; 
}

.home-registration-form .form-title {
    font-size: 24px;
    font-weight: 600;
}

.home-registration-form .form-subtitle {
    line-height: 1.4;
    font-size: 18px;
}

.home-registration-form {
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px #000000;
}

.home-registration-form .registration-form label {
    font-size: 14px;
}

.home-subtitle-width-100 {
    max-width: 100%;
}

.small-text {
    font-size: 14px;
}

.registration-input-box {
    border: none;
    border-radius: 0px;
    color: #999;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}


/*---------DEMO 6-----------*/

.back-slide {
    height: 100vh;
}

.search-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 180px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.search-form button {
    position: absolute;
    top: 7px;
    right: 8px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}


/*--------DEMO 8-----------*/

.bg-gradient {
    background: -webkit-linear-gradient(#7474BF, #348AC7);
    background: -moz-linear-gradient(#7474BF, #348AC7);
    background: -ms-linear-gradient(#7474BF, #348AC7);
    background: -o-linear-gradient(#7474BF, #348AC7);
    background: linear-gradient(#7474BF, #348AC7);
}

.navbar-light {
    background-color: #fff;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
}

.navbar-light .navigation-menu>li>a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    min-height: 62px;
}

.navbar-light .logo .logo-dark {
    display: inline-block !important;
}

.navbar-light .navigation-menu>li>a {
    color: #000 !important;
}

.main-slider .flex-control-paging li a.flex-active {}

.main-slider .flex-control-nav {
    bottom: -50px;
    left: 0;
    right: 0;
    width: auto;
}


/*==========================
	FEATURES
============================*/

.features-desc h2 {
    font-size: 26px;
    /* font-weight: 600; */
    line-height: 33px;
}
.features-desc h3 {
	font-family: 'ProximaNova-Semibold'; 
	font-size:20px; 
	line-height:30px;
}

.features-desc p {
    font-size: 15px;
}

.features-desc a {
    color: #000;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: 600;
}

.features-desc a i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.features-border {
    height: 2px;
    width: 70px;
}


/*==========================
	CTA 
============================*/

.critarea-desc {
    font-size: 26px;
}


/*==========================
	SERVICES
============================*/

.service-box {
    border: 1px dotted #dddddd;
    border-radius: 3px;
    position: relative;
}

.service-left {
    float: left;
}

.service-box .service-icon {
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.service-box .service-desc {
    margin-left: 25%;
}

.service-box .service-desc h4 {
    font-size: 18px;
    font-weight: 600;
}

.service-box .service-desc p {
    font-size: 14px;
}


/*=========================
    CLIENTS/TESTIMONIAL 
===========================*/

.testimonial-box h4 {
    line-height: 26px;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.client-images img {
    max-height: 30px;
    width: auto !important;
    margin: 10px auto;
    opacity: 0.3;
    transition: all 0.5s;
}

.client-images img:hover {
    opacity: 0.6;
}

.client-images .owl-pagination {
    display: none;
}

.testi-work {
    font-size: 15px;
}


/*=========================
	TEAM
===========================*/

.team-box {
    border-radius: 7px;
    border: 1px dashed #ddd;
}

.team-box .team-desc .team-name {
    font-weight: 600;
}

.team-box .team-desc .team-work {
    font-size: 14px;
}

.team-social li a {
    color: #808083;
    transition: all 0.52s;
    border: 1px solid #ddd;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
}

.team-social li a:hover {
    color: #fff;
}


/*=========================
	PRICING
===========================*/

.plan-price h6 {
    font-weight: 600;
    font-size: 35px;
    height: 150px;
    width: 150px;
    line-height: 14px;
    display: inline-block;
    color: white;
    border-radius: 100%;
    padding-top: 61px;
	
}

.plan-price h6 span {
    font-size: 16px;
}

.plan-title h5 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}

.plan-features p {
    color: #8e8e8e;
}

.pricing-box {
    border-radius: 8px;
    border: 1px solid #e2e2e2;
}

.client-box {}

.cliente-imagen img {
    border-radius: 100%;
    margin-top: 5px;
    width: 85px;
    height: 85px;
}


/*==========================
	CONTACT US
============================*/

.form-sub-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 50px;
}

.form-control {
    margin-bottom: 25px;
    box-shadow: none !important;
    height: 44px;
}

textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: rgba(244, 35, 103, 0.2);
    margin-bottom: 20px;
    text-align: center;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}


/*==========================
	FOOTER
============================*/

.company-sub-menu li a {
    color: #808080;
    font-size: 14px;
    margin-bottom: 7px;
    display: inline-block;
    transition: all 0.5s;
}

.footer-title {
    font-size: 15px;
    font-weight: 700
}

.company-sub-menu li a:hover {
    text-decoration: none;
}

.contact-us p {
    color: #808080;
    font-size: 14px;
    margin-bottom: 7px;
}

.footer-icons li a {
    height: 35px;
    width: 35px;
    color: #808080;
    text-align: center;
    border-radius: 20%;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #808080;
    transition: all 0.5s;
}

.footer-icons li a:hover {
    color: #fff;
}

.footer-alt .copy-rights {
    margin: 0;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

@media (max-width: 768px) {
    .service-box .service-desc {
        width: auto;
        margin-left: 0%;
	}
    .service-box .service-icon {
        top: -15px;
        position: relative;
        transform: none;
        left: 0;
	}
    .vertical-content {
        display: inherit;
	}
    .features-desc h2 {
        font-size: 26px;
	}
    .home-title {
        font-size: 28px;
	}
    .home-sub-title {
        font-size: 14px;
	}
    .home-half {
        padding-bottom: 85px;
        padding-top: 120px;
	}
    .home-height-half {
        height: 100vh !important;
	}
    .navbar-light .logo {
        line-height: 0px !important;
        padding: 0px !important;
	}
}


/*==================================
	STYLE SWITHER - Demo purpose only
==================================*/

#style-switcher div h3 {
    color: #ffffff;
    font-size: 16px;
    margin: 8px 3px 12px;
}

#style-switcher {
    background: none repeat scroll 0 0 #2b2424;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
}

#style-switcher div {
    padding: 5px 10px;
}

#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}

#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #2b2424;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}

#style-switcher .bottom a {
    text-decoration: none;
}

#style-switcher .bottom a.settings i {
    margin-left: 5px;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0px;
    overflow: hidden;
    padding: 0;
    border-radius: 0px;
}

ul.pattern li {
    float: left;
    margin: 2px;
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 0px 35px 0px 0;
    margin: 5px;
}

ul.pattern .color1 {
    background-color: #615fe6;
}

ul.pattern .color2 {
    background-color: #ff546c;
}

ul.pattern .color3 {
    background-color: #f2b31a;
}

ul.pattern .color4 {
    background-color: #31b164;
}

ul.pattern .color5 {
    background-color: #8060cf;
}

ul.pattern .color6 {
    background-color: #37b8df;
}

@media only screen and (max-width: 479px) {
    #style-switcher {
        display: none;
	}
}

.row .imagenes img {
    width: 70px;
    margin: 6px 5px;
}

.terminal {
    background-color: #000000;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(202, 202, 202);
    border-radius: 8px;
    padding: 8px 12px;
}

.terminal p {
    font-family: 'Roboto Mono', monospace;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: -15px;
}

.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.center-block {
    float: none;
}

.wrap {
	/*
		white-space: pre-wrap;
		white-space: -moz-pre-wrap;
		white-space: -pre-wrap;
		white-space: -o-pre-wrap;
	*/
	word-break: break-word;
}

.imgs {
	margin-left: -100px;
    margin-right: -100px;
	
}

.box {
	display: flex;
    flex-direction: row;
    justify-content: center;
	margin-top:40px; 
}

.box img {
	width:100px:
}

.iconos {
	margin-left:15px;
	margin-right:15px;
}

.chatbot h6 {
	font-size: 23px;
	margin-top: -30px;
}

}
.robot {
	width:250px;
}


/**fun facts***/
#numbers {	
    padding-top: 50px;
    padding-bottom: 50px;
	background: #25D366;
    background-image: -webkit-linear-gradient(top, #25d366 , #25D366);
    background-image: -moz-linear-gradient(top, #25d366 , #25D366);
    background-image: -ms-linear-gradient(top, #25d366 , #25D366);
    background-image: -o-linear-gradient(top, #25d366 , #25D366);
    background-image: linear-gradient(to bottom, #25d366 , #25D366);
}

.fact-inner {
	text-align: center;
}

.fact-inner h2 {
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 50px;
}

.fact-inner h4 {
	font-family: 'ProximaNova-Regular';
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
}



/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes hvr-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.hvr-pulse-grow {
	padding: 15px 1.875rem;
	color: #FFFFFF;
	border-radius:5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#25D366), to(#2ac40e));
    background-image: -webkit-linear-gradient(top,  #25D366 0%, #2ac40e 100%);
    background-image: -o-linear-gradient(top,  #25D366 0%, #2ac40e 100%);
	background-image: linear-gradient(180deg, #25D366 0%, #2ac40e 100%);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	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);
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
	-webkit-animation-name: hvr-pulse-grow;
	animation-name: hvr-pulse-grow;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.panel-title a {
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    color: #128c7e;
    letter-spacing: 1px;
	font-family: 'ProximaNova-Regular';
}

.panel-title2 a {
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    color: #128c7e;
    letter-spacing: 1px;
	font-family: 'ProximaNova-Regular';
	text-align: left;
}

.panel-heading {
	text-align:left;
	}
.panel-body {
    margin-left: 20px;
    padding: 5px;
    border-radius: 5px;
    line-height: 1.8em;
    font-size: 15px;
    color: #777777;
    letter-spacing: 0.03em;
	text-align:left;
}

.panel-body2 {
    margin-left: 20px;
    padding: 5px;
    border-radius: 5px;
    line-height: 1.8em;
    font-size: 15px;
    color: #777777;
    letter-spacing: 0.03em;
	text-align:left;
}


.panel {
    margin-bottom: 10px;
    text-align: center;
    padding: 5px;
	
}

.panel-group {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 30px;
    margin-top: 25px;
	margin-bottom: 50px;
}

.faqs {
    background-image: url(../images/1.svg);
    width: 100vw;
    background-repeat: no-repeat;
    margin-top: 0;
    display: block;
    background-size: cover;
    background-position: bottom;
    position: relative;
}


