@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #044651;
	background: #FFFFFF;
}
html{
	scroll-behavior: smooth;
}
a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

strong,
b {
	font-weight: 700 !important;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

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

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.fix-width-420 {
	max-width: 420px;
	width: 100%;
}

.fix-width-475 {
	max-width: 475px;
	width: 100%;
}

.fix-width-525 {
	max-width: 525px;
	width: 100%;
}

.fix-width-540 {
	max-width: 540px;
	width: 100%;
}

.fix-width-555 {
	max-width: 555px;
	width: 100%;
}

.fix-width-750 {
	max-width: 750px;
	width: 100%;
}

.fix-width-1100 {
	max-width: 1100px;
	width: 100%;
}

.weight-100 {
	font-weight: 100 !important;
}

.weight-200 {
	font-weight: 200 !important;
}

.weight-300 {
	font-weight: 300 !important;
}

.weight-400 {
	font-weight: 400 !important;
}

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.weight-800 {
	font-weight: 800 !important;
}

.weight-900 {
	font-weight: 900 !important;
}

.text-FFFFFF {
	color: #FFFFFF !important;
}

.bg-FFFFFF {
	background: #FFFFFF !important;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-C4A469 {
	color: #C4A469 !important;
}

.bg-C4A469 {
	background: #C4A469 !important;
}

.text-FEEEB4 {
	color: #FEEEB4 !important;
}

.bg-FEEEB4 {
	background: #FEEEB4 !important;
}

.text-2A3248 {
	color: #2A3248 !important;
}

.bg-2A3248 {
	background: #2A3248 !important;
}

.text-044651 {
	color: #044651 !important;
}

.bg-044651 {
	background: #044651 !important;
}

.text-284797 {
	color: #284797 !important;
}

.bg-284797 {
	background: #284797 !important;
}

.text-5873B3 {
	color: #5873B3 !important;
}

.bg-5873B3 {
	background: #5873B3 !important;
}

.text-72B988 {
	color: #72B988 !important;
}

.bg-72B988 {
	background: #72B988 !important;
}

.text-75BA8A {
	color: #75BA8A !important;
}

.bg-75BA8A {
	background: #75BA8A !important;
}

.text-39AA6A {
	color: #39AA6A !important;
}

.bg-39AA6A {
	background: #39AA6A !important;
}

.text-B7D9BE {
	color: #B7D9BE !important;
}

.bg-B7D9BE {
	background: #B7D9BE !important;
}

.text-F3F6FA {
	color: #F3F6FA !important;
}

.bg-F3F6FA {
	background: #F3F6FA !important;
}

.text-F2F2F2 {
	color: #F2F2F2 !important;
}

.bg-F2F2F2 {
	background: #F2F2F2 !important;
}

.font-family-montserrat {
	font-family: 'Montserrat' !important;
}

.font-family-open-sans {
	font-family: 'Open Sans' !important;
}

.paragraph-large {
	font-size: 24px;
	line-height: 33px;
}

/* section-title */
.section-title {
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 42px;
	line-height: 50px;
	color: #5873b3;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	color: #75BA8A;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	color: #5873b3;
	margin-bottom: 35px;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a:hover {
	color: #75BA8A;
}
/* section-title */

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 10px 35px;
	border: 1px solid transparent;
	box-shadow: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.btn-simple-light-yellow {
	color: #FEEEB4 !important;
	background: transparent !important;
	border-color: #FEEEB4 !important;
}

.btn-simple-light-yellow:focus {
	color: #FEEEB4 !important;
	background: transparent !important;
	border-color: #FEEEB4 !important;
}

.btn-simple-light-yellow:active:focus,
.btn-simple-light-yellow:hover {
	color: #284797 !important;
	background: #FEEEB4 !important;
	border-color: #FEEEB4 !important;
}

.btn-light-yellow {
	color: #284797 !important;
	background: #FEEEB4 !important;
	border-color: #FEEEB4 !important;
}

.btn-light-yellow:focus {
	color: #284797 !important;
	background: #FEEEB4 !important;
	border-color: #FEEEB4 !important;
}

.btn-light-yellow:active:focus,
.btn-light-yellow:hover {
	color: #FEEEB4 !important;
	background: #284797 !important;
	border-color: #284797 !important;
}

.btn-simple-light-blue {
	color: #5873b3 !important;
	background: transparent !important;
	border-color: #5873b3 !important;
}

.btn-simple-light-blue:focus {
	color: #5873b3 !important;
	background: transparent !important;
	border-color: #5873b3 !important;
}

.btn-simple-light-blue:active:focus,
.btn-simple-light-blue:hover {
	color: #FFFFFF !important;
	background: #5873b3 !important;
	border-color: #5873b3 !important;
}

.btn-light-blue {
	color: #FFFFFF !important;
	background: #5873b3 !important;
	border-color: #5873b3 !important;
}

.btn-light-blue:focus {
	color: #FFFFFF !important;
	background: #5873b3 !important;
	border-color: #5873b3 !important;
}

.btn-light-blue:active:focus,
.btn-light-blue:hover {
	color: #FFFFFF !important;
	background: #284797 !important;
	border-color: #284797 !important;
}

.btn-simple-parrot {
	color: #72B987 !important;
	background: transparent !important;
	border-color: #72B987 !important;
}

.btn-simple-parrot:focus {
	color: #72B987 !important;
	background: transparent !important;
	border-color: #72B987 !important;
}

.btn-simple-parrot:active:focus,
.btn-simple-parrot:hover {
	color: #FFFFFF !important;
	background: #72B987 !important;
	border-color: #72B987 !important;
}

.btn-parrot {
	color: #FFFFFF !important;
	background: #72B987 !important;
	border-color: #72B987 !important;
}

.btn-parrot:focus {
	color: #FFFFFF !important;
	background: #72B987 !important;
	border-color: #72B987 !important;
}

.btn-parrot:active:focus,
.btn-parrot:hover {
	color: #FFFFFF !important;
	background: #39AA6A !important;
	border-color: #39AA6A !important;
}
/* buttons */

/* slick-slider */
.slick-slider .slick-track {
	margin-left: 0 !important;
}

.slick-slider .slick-slide {
	outline: none !important;
}

.slick-slider .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2A4897;
	background: #FFFFFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.slick-slider .slick-arrow:hover {
	color: #FFFFFF;
	background: #2A4897;
}

.slick-slider .slick-arrow.slick-prev {
	left: 0;
}

.slick-slider .slick-arrow.slick-next {
	right: 0;
}
/* slick-slider */

/* common learnmore button */
.common-learnmore-button {
	padding-top: 15px;
}
/* common learnmore button */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}

.navbar {
	padding: 15px 0;
}

.navbar-brand img {
	width: 210px;
}

.navbar .navbar-collapse {
	justify-content: flex-end;
}

.navbar-nav {
	padding: 0;
	align-items: center;
}

.navbar-nav .nav-item {
	margin: 0 21px;
}

.navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar-nav .nav-item .nav-link {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	padding: 0;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar-nav .nav-item .nav-link.show,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.current-menu-item,
.navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar-nav .nav-item .nav-link:hover {
	color: #75BA8A;
}

.navbar-nav .nav-item .btn {
	padding: 8px 15px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
}

.banner-section .banner-main-image img {
	width: 100%;
}

.banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.banner-section .banner-detail .detail {
	font-size: 25px;
	line-height: 33px;
}

.banner-section .section-title {
	text-transform: none;
	color: #FFFFFF;
	margin-bottom: 15px;
}
/* banner */

/* lets-talk */
.lets-talk-together-section {
	padding: 55px 0;
}

.lets-talk-together-section .block-title {
	margin: 0;
}

.lets-talk-form form {
	display: flex;
	align-items: center;
}

.lets-talk-form .form-group {
	margin-bottom: 0;
}

.lets-talk-form form > * {
	flex: 1 0 0;
	max-width: 100%;
}

.lets-talk-form form .form-submit {
	flex: 0 0 auto;
	margin-left: 15px;
}

.lets-talk-form .form-control {
	height: 50px;
	resize: none;
	padding: 6px 15px;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #284797;
	border: none;
	box-shadow: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.lets-talk-form .form-control::-webkit-input-placeholder { color: #284797; }
.lets-talk-form .form-control::-moz-placeholder { color: #284797; }
.lets-talk-form .form-control:-ms-input-placeholder { color: #284797; }
.lets-talk-form .form-control:-o-placeholder { color: #284797; }

.lets-talk-form .form-submit .btn {
	text-transform: none;
}
/* lets-talk */

/* why-unimedios */
.why-unimedios-section {
	padding: 75px 0 50px;
}

.why-unimedios-section .why-unimedios-detail {
	padding-bottom: 20px;
}

.why-unimedios-section .why-unimedios-detail .detail {
	color: rgba(4,70,81,0.6);
}

.why-unimedios-carousel {
	opacity: 0;
	padding: 0 75px;
}

.why-unimedios-carousel.slick-initialized {
	opacity: 1;
}

.why-unimedios-carousel .slick-list {
	margin: 0 -18px;
}

.why-unimedios-carousel .slick-slide {
	padding: 18px;
}

.why-unimedios-carousel .why-unimedios-block {
	height: 100%;
}

.why-unimedios-block {
	background: #FFFFFF;
	padding: 42px 35px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.why-unimedios-block .unimedios-icon {
	margin-bottom: 25px;
}

.why-unimedios-block .title {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #044651;
	margin-bottom: 20px;
}

.why-unimedios-block .title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
/* why-unimedios */

/* servicios */
.servicios-section {
	padding: 140px 0;
}

.serviceios-map-block {
	margin-bottom: 70px;
}

.serviceios-map-block .row {
	flex-direction: row-reverse;
	align-items: center;
}

.serviceios-map-block .detail {
	opacity: 0.6;
}

.medios-multicanal-block {
	background: #2A3248;
	padding: 60px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
}

.medios-multicanal-block .row {
	margin: 0 -80px;
	align-items: center;
}

.medios-multicanal-block .row > * {
	padding: 0 80px;
	position: relative;
}

.medios-multicanal-block .row > *:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	height: 100%;
	background: #FFFFFF;
}

.medios-multicanal-block .row > *:last-child:before {
	display: none;
}

.medios-multicanal-block .section-title span {
	display: block;
	position: relative;
}

.medios-multicanal-block .section-title span:after {
	position: relative;
	content: "+";
	display: block;
	color: #FFFFFF;
}

.medios-multicanal-block .section-title span:last-child:after {
	display: none;
}

.medios-multicanal-block .social-icons-list {
	margin-bottom: 15px;
}

.medios-multicanal-block .social-icons-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.medios-multicanal-block .social-icons-list ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 8px 15px;
	padding: 0;
	list-style-type: none;
}

.medios-multicanal-block .social-icons-list ul li:first-child {
	margin-left: 0;
}

.medios-multicanal-block .social-icons-list ul li:last-child {
	margin-right: 0;
}

.medios-multicanal-block .social-icons-list ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 20px;
	color: #5873B3;
	width: 42px;
	height: 42px;
	border: 2px solid #5873B3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.medios-multicanal-block .social-icons-list ul li a:hover {
	color: #FFFFFF;
	background: #5873B3;
}

.medios-multicanal-block .cycle-image {
	margin-bottom: 35px;
}

.medios-multicanal-block .cycle-image img {
	width: 245px;
}

.medios-multicanal-block .common-learnmore-button .btn {
	min-width: 240px;
}
/* servicios */

/* unimedios-modal */
.unimedios-modal-section {
	padding: 150px 0 0;
}

.unimedios-modal-block {
	padding: 35px 0;
}

.unimedios-modal-block .unimedios-modal-image {
	padding: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.unimedios-modal-block .unimedios-modal-image img {
	width: 100%;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
/* unimedios-modal */

/* client-reviews */
.client-reviews-section {
	padding: 120px 0 150px;
}

.client-reviews-block {
	text-align: center;
	margin-bottom: 35px;
}

.client-reviews-block .client-main-logos {
	margin-bottom: 25px;
}

.client-reviews-block .client-main-logos ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.client-reviews-block .client-main-logos ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.client-reviews-block .client-main-logos ul li:after {
	display: inline-flex;
	position: relative;
	content: "+";
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	padding: 0 30px;
	color: #044651;
}

.client-reviews-block .client-main-logos ul li:last-child:after {
	display: none;
}

.client-reviews-block .client-small-logos {
	padding-top: 20px;
}

.client-reviews-block .client-small-logos ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.client-reviews-block .client-small-logos ul li {
	display: inline-flex;
	margin: 0 10px 15px;
	padding: 0;
	list-style-type: none;
}

.client-reviews-block .client-small-logos ul li:first-child {
	margin-left: 0;
}

.client-reviews-block .client-small-logos ul li:last-child {
	margin-right: 0;
}

.client-reviews-block .common-learnmore-button {
	padding-top: 30px;
}

.client-reviews-block .common-learnmore-button .btn {
	text-transform: none;
	max-width: 330px;
	width: 100%;
}
/* client-reviews */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: #2a3248;
	padding: 50px 0;
}

.footer .row {
	align-items: center;
}

.f-top {
	padding-bottom: 50px;
}

.footer ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
	color: #7774A9;
}

.footer ul li:first-child {
	margin-left: 0;
}

.footer ul li:last-child {
	margin-right: 0;
}

.footer ul li a {
	text-decoration: none;
	color: inherit;
}

.footer ul li svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.footer ul li svg path {
	fill: #C4A469;
}

.footer ul li.active a,
.footer ul li a.active,
.footer ul li a:hover {
	color: #FFFFFF;
}

.f-logos-block ul li {
	margin: 0 20px;
}

.f-logos-block ul li:first-child {
	margin-left: 0;
}

.f-logos-block ul li:last-child {
	margin-right: 0;
}

.f-navigation-block ul li {
	text-transform: uppercase;
}

.footer .f-right ul {
	justify-content: flex-end;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/




/* **** Service **** */
.serviceios-map-image img {
    max-width: 100%;
}

.service-slider-wrp {
    padding: 150px 0 150px;
    background: #f2f2f2;
    overflow: hidden;
}
.service-slider-wrp .slick-slide {
    margin: 0 45px;
}
.service-slider-wrp .slick-list {
    margin: 0 -45px;
}
.service-slider-wrp .container-fluid {
    padding: 0;
}
.service-slider-wrp .slider-box {
    border-radius: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
}
.service-slider-wrp .slider-box .description {
    padding: 45px 35px;
}
.service-slider-wrp .slider-box h3 {
    font-size: 22px;
    color: #75ba8a;
    font-weight: bold;
    margin: 0 0 24px;
}
.service-slider-wrp .slider-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #044651;
}
.home-banner-girl{
	display: none;
	max-width: 100%;
}
/* **** End Service **** */

/* ***** Fix Header **** */
header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #25829f;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}
/* ***** End Fix Header **** */

/* **** toggler **** */
.navbar .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #fff;transition: all 300ms linear;}
.navbar .navbar-toggler-icon:after,
.navbar .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #fff;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/*typeform*/
.cSBDYH{
	overflow: hidden !important;
}