/******************************************************************
  Template Name: Gesco
  Description: Gesco - conectando comunidad
  Author: Gesco
  Version: 1.0
******************************************************************/

/* Template default CSS
/*----------------------------------------*/

:root {
	--color-amarillo: #ffba00;
	--color-magenta-black: #e5005a;
	--color-magenta-light: #ff009e;
	--color-gris: #454547;
}

html,
body {
	height: 100%;
	/* font-family: "Work Sans", sans-serif; */
	font-family: 'Montserrat', montserrat;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: 'Poppins', poppins;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 2.5vh;
	font-family: 'Montserrat', montserrat;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

.divider {
	border: none;
	/* Elimina el borde predeterminado */
	border-top: 2px solid #DEDEDE;
	/* Define el grosor y el color de la línea */
	margin: 0% 5% 5% 5%;
	/* Añade espacio arriba y abajo de la línea */
}


/*Custom code */

/**Back to top***/
.back-to-top {
	z-index: 2;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	color: #5E4BFA;
	border-color: #fff !important;
}

.back-to-top:hover {
	color: #705ef9;
}

.back-to-top i {
	font-size: 25px;
}

/***End back to top****/

.logo {
	width: 15%;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-margin {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/** New logic **/

.main-description-container {
	/* margin-top: 15%; */
	display: flex;
	justify-content: left;
	align-items: center;
}


.main-description {
	margin-left: 6%;
	font-family: 'Inter', inter;
	font-style: normal;
	font-weight: bold;
	font-size: 4.5vh;
	letter-spacing: -0.8px;
}

.how-works-container {
	margin: 3% 0% 2% 0%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.how-works {
	text-align: center !important;
	font-family: 'Poppins', poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 4.5vh;
	letter-spacing: -0.8px;
}

.solution-main-text {
	text-align: center !important;
	font-family: 'Poppins', poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 4.5vh;
	letter-spacing: -0.8px;
}

.card-style {
	height: 85%;
	border-radius: 20px;
	border: 2px solid var(--gray-00, #FFF);
	background: var(--neutrals-grey-50, #F9FAFB);
}

.card-position {
	margin-top: 13%;
}

.card-bottom-position {
	margin: 5% 0% 5% 0%;
}

.btn-icon-card {
	z-index: 1;
	position: relative;
	margin: 0% 0% -10% 10%;
	display: flex;
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 16px;
	background: var(--Primary-purple, #5E4BFA);
	/* Shadow/md */
	box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
}

.about-us-container {
	padding: 8% 0% 8% 0% !important;
	border-radius: 16px;
	background: var(--Primary-black, #1D1D1B);
}

.about-us-description {
	font-family: 'Poppins', poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 4.5vh;
	letter-spacing: -0.8px;
}


.about-us-subdescription {
	margin: 10% 0% 5% 0%;
	font-family: 'Poppins', poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 3vh;
	letter-spacing: -0.8px;
}

.about-us-btn {
	font-family: 'Poppins', poppins !important;
	font-size: 2vh;
	display: flex;
	padding: 8px 15px;
	justify-content: center;
	align-items: center;	
	gap: 8px;
	border-radius: 32px;
	border: 1px solid #FFF;
	/* width: fit-content; */
}

.analysis-of-data-description {
	font-family: 'Poppins', poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 3vh;
	letter-spacing: -0.8px;
}


.image-about-us-container {
	display: flex;
	align-items: center;
	justify-content: center;
}


.img-about-us-size {
	height: auto;
	width: 3vh;
}


.product-container {
	border-radius: 16px;
	background-color: #5E4BFA;
	margin: 0% 3% 0% 3%;
	padding: 3%;
	height: auto;
}


.tabs {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.tabs .active-wrapper {
	background-color: #ffffffd9;
	border-radius: 8px;
	box-shadow: inset 0px -1.5px 0px #5957f0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	position: relative;
	flex: 0 0 auto;
}

.tabs .actived {
	position: relative;
	width: fit-content;
	margin-top: -1px;
	font-family: 'Inter', inter !important;
	font-weight: 600;
	color: #5E4BFA !important;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: 24px;
	white-space: nowrap;
}

.tabs .normal-wrapper {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	position: relative;
	flex: 0 0 auto;
}

.tabs .normal {
	position: relative;
	width: fit-content;
	margin-top: -1px;
	font-family: var(--body-medium-500-font-family);
	font-weight: var(--body-medium-500-font-weight);
	color: var(--primary-white);
	font-size: var(--body-medium-500-font-size);
	text-align: center;
	letter-spacing: var(--body-medium-500-letter-spacing);
	line-height: var(--body-medium-500-line-height);
	white-space: nowrap;
	font-style: var(--body-medium-500-font-style);
}

.title-solutions {
	text-align: center;
	font-family: 'Poppins', poppins;
	font-weight: 400;
	font-size: 2.5vh;
	color: #061C3D;
	line-height: normal;
}

.text-solutions {
	text-align: center;
	font-family: 'Poppins', poppins;
	font-size: 2.3vh;
	color: #6A778B;
	line-height: normal;
}

.icon-container {
	margin: 5%;
	display: flex;
	justify-content: center;
}


.icon {
	display: flex !important;
	width: 82px;
	height: 82px;
	align-items: center !important;
	justify-content: center !important;
	gap: 8.8px;
	position: relative;
	background-color: #f2f2ff;
	border-radius: 109.11px;
}

.icon .duotone-database {
	position: relative;
	width: 35px;
	height: 35px;
	margin-top: -3.78px;
	margin-bottom: -3.78px;
	margin-left: -3.78px;
	margin-right: -3.78px;
}


.contenedor-btn-center {
	display: flex;
	justify-content: center;
	margin-bottom: 4%;
}


.testimonial-title {
	color: #061C3D;
	font-family: 'Poppins', poppins;
	font-size: 3vh;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.216px;
}

.testimonial-subtitle {
	color: #6A778B;
	font-family: 'Poppins', poppins;
	font-size: 2.5vh;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.testimonial-img {
	margin-bottom: 5%;
	border-radius: 5%;
}


.contact-form-container {
	background-color: #5E4BFA;
}


.contact-form-card {
	margin: 5%;
	padding: 2%;
	border-radius: 5%;
	background-color: #fff;
}

.contact-form-text-input {
	color: #344054;
	font-family: 'Montserrat', montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	line-height: 20px;
	margin-left: 2px;
}


.map-container {
	width: 100%;
	height: 100%;
	border: none;
}

.margin-sections {
	margin: 0% 5% 0% 5%
}

.container-product {
	display: flex;
	align-items: center;
}



/** End logic **/


/**Boton play**/
.p-btn-play {
	position: relative;
	left: 50%;
	top: -250px;
}

.icon-video {
	position: relative;
	display: inline-flex;
	width: 90px;
	height: 90px;
	color: rgba(229, 0, 90, 1);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

/**Edn boton play**/

/**Animations**/
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 158, 0.6);
	}

	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(241, 93, 48, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 0, 158, 0.6);
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 158, 0.6);
		box-shadow: 0 0 0 0 rgba(255, 0, 158, 0.6);
	}

	70% {
		-moz-box-shadow: 0 0 0 30px rgba(241, 93, 48, 0);
		-webkit-box-shadow: 0 0 0 30px rgba(241, 93, 48, 0);
		box-shadow: 0 0 0 30px rgba(241, 93, 48, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0);
		-webkit-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0);
		box-shadow: 0 0 0 0 rgba(241, 93, 48, 0);
	}
}

/**End Animatios**/

/**Video top****/
.device-play {
	width: 20%;
	height: 20%;
}

.fa-play {
	font-size: 70px;
	color: rgba(255, 0, 158, 0.6);
	margin-left: 17px;
}

.thevideo {
	margin: 30px 0;
	position: relative;
}

.thevideo .txt-cont {
	width: 100%;
	height: 98%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.thevideo .txt-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.thevideo h1,
.thevideo p {
	color: white;
}

.thevideo .txt-video button {
	background-color: transparent;
	border: none;
	color: white;
	font-size: 30px;
	;
	padding: 5px 40px;
	transition: .5s;
}

.thevideo .txt-video button:hover {
	background-color: rgba(255, 0, 0, .5);
	border-radius: 50px;
	cursor: pointer;
}


.video-bg {
	padding: 0px;
	text-align: center;
	/* background-image: url(../../images/video-bg-2400.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.stats {
	width: 100%;
	padding: 0 11%;
	color: #ffffff;
	position: absolute;
	bottom: 7rem;
	left: 0;
}

.item-stats {
	font-weight: 700;
	font-size: 1.5rem;
}

.item-stats span {
	display: inline-block;
	line-height: 3rem;
	background: rgba(0, 0, 0, 0.23);
}

/**End video**/

.bg-gradient-black {
	background: linear-gradient(45deg, #000000, #454547) !important;
	padding-top: 9rem;
	padding-bottom: 28rem;
}

.bg-gradient-primary-to-secondary {
	background: linear-gradient(45deg, #e5005a, #ff009e) !important;
}


.m-t5 {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* .p-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;

} */

.mb-25 {
	margin-bottom: 25.5px;
}

.m-b-3 {
	margin-bottom: -3px !important;
}

.texto-blanco {
	text-align: center;
	color: #ffffff !important;
}

.img-30 {
	width: 30% !important;
}

/**CEO**/
.ha-pic img {
	border-radius: 30px;
}

.fundadura p {
	text-align: justify;
	font-family: 'Poppins', poppins !important;
}

.fundadura h2 {
	text-align: center;

}

.fundadora-name {
	font-family: 'Poppins', poppins !important;
	font-size: 3vh;
}

.fundadora-rol {
	font-family: 'Poppins', poppins !important;
	font-size: 3vh;
	color: #5E4BFA;
}

.ceo-img-container {
	display: inline-block;
	position: relative;
	width: 55%;
	height: auto;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 10%;
}

/* .ceo-img {
	width: 100%;
	height: 100%;
} */

.container-ceo {
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
}

.container-ceo-text {
	display: flex;
	justify-content: center !important;
}


/**end CEO**/

.btn-centrar {
	display: block;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.btn-center {
	display: flex;
	align-items: center;
}

.btn-black {
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	border: none;
	padding: 10px 40px 12px;
	border-radius: 50px;
	/*background: linear-gradient(45deg, #000000, #454547) !important;*/
	background: linear-gradient(to right, #000000, #454547);
	background-size: 200% auto;
	transition: background-position 0.5s ease;
}

.btn-black:hover {
	background-position: right center;
	color: #ffffff !important;
}

.price-item {
	border-radius: 30px;
}

.hg {
	height: 340px;
	background-color: #ffffff;
	transition: background-color 0.3s ease;
}

.hg:hover {
	background-color: rgba(69, 69, 71, 0.7);
	color: #ffffff;
}

.color-hover {
	color: #ffffff !important;
}

.hover-effect {
	background-color: #3498db;
	transition: background-color 0.5s ease;
}

.hover-effect:hover {
	background-color: #e74c3c;
}

#soluciones .m-t5 {
	margin-top: 38px !important;
}

/**Contacto***/
.contacto.hg {
	height: auto;
	padding: 20px;
	-webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
}

.contacto.hg:hover {
	background-color: rgba(0, 0, 0, 0.05);
	color: #ffffff;
}

.estado-respuesta {
	margin-top: 15px;
	margin-bottom: 40px;
	border-radius: 20px;
}

.rojo {
	border: 1px solid red;
}

.verde {
	border: 1px solid green;
}

#respuesta {
	padding-top: 3px;
	color: #000000;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 4px;
}

/**/
/**Edn contacto***/

/***style link software***/
.link a {
	font-weight: 600;
	padding: 12px 40px;
	color: #ffffff;

	border-radius: 50px;
	background-image: linear-gradient(45deg, #e5005a, #ff009e) !important;
}

.link a:hover {
	background-image: linear-gradient(45deg, #000000, #454547) !important;
	background-color: #ffba00;
}

/**End link**/

/**Iconos**/
.iconos-soluciones {
	width: 80px;
	height: 80px;
	border-radius: 50% !important;
	padding: 0px !important;
}

/*Hide*/
.movil-show {
	display: none;
}

.iconos-movil {
	display: none;
}

/**End */

/**servicios iconos**/
.services-slider .testimonial-item {
	text-align: center;
}



/* espacio entre sotfware y soluciones*/
#servicios {
	padding-bottom: 40px !important;
}

#soluciones {
	padding-top: 10px !important;
}

/*espacio entre sotfware y soluciones*/

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes fadeInright {
	from {
		opacity: 0;
		transform: translateX(300px);
	}

	to {
		opacity: 1;
	}
}

.popover__wrapper {
	position: relative;

	display: inline-block;
	text-align: center;
}

.popover__content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	color: #ffffff;
	left: -100px;
	transform: translate(0, 10px);
	background-color: #ffba00;
	padding: 1.5rem;
	/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
	width: 240px;
	top: 93px;
}

.popover__content h5 {
	font-size: 16px !important;
	font-weight: 600;
	text-align: center;
}

.popover__content:before {
	position: absolute;
	z-index: -1;
	content: "";
	right: calc(50% - 10px);
	top: -8px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffba00 transparent;
	transition-duration: 0.3s;
	transition-property: transform;
}

.popover__wrapper:hover .popover__content {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transform: translate(0, -20px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
	text-align: center;

	font-size: 14px !important;
	line-height: 18px;
	margin: 0px !important;
}

/**Tabs gescos***/
#tabs1 .gescos .ha-text p {
	color: #ffba00;
}

#tabs2 .gescos .ha-text p {
	color: #e5005a;
}

#tabs3 .gescos .ha-text p {
	color: #ff009e;
}

.nav-item .tabs1 img {
	height: 45px;
}

/** End Tabs gescos***/

.form-contacto {
	padding: 12px;
	padding-top: 5px;
}

.form-group {
	margin-bottom: 8px !important;
}

.form-control {
	/* border-radius: 10px;
	-webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	height: calc(2.5em + 0.75rem + 2px) !important; */
	border-radius: 10px;
	height: 5vh !important;
}


.form-group button {
	width: 100%;
}

/*Pruebas*/
.icon-solutions ul {
	text-align: center;
	margin: auto;
}

.icon-solutions ul li {
	display: inline-block;
	list-style: none;
	margin: 15px;
}

.icon-solutions ul li a {
	display: block;
	font-size: 35px;
	color: #ffffff;
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 14px 0;
	/*background-color: #454547;*/
	background-color: #e5005a;
	border-radius: 50%;
	animation-name: fadeInLeft;
	animation-duration: 1s;
}

.icon-solutions ul li a:hover {
	/*background-color: #ff009e;*/
	background-color: #ffba00;
	color: #ffffff;
}

/*End pruebas*/
/* End Custom */

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 52px;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	color: #171822;
	margin-bottom: 10px;
}

.section-title p {
	font-size: 17px;
	color: #000000;
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	/* padding-top: 100px;
	padding-bottom: 100px; */
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 40px;
}

#contactanos.spad-2 {
	padding-bottom: 30px;
}

#mapas.spad-2 {
	padding-top: 0px;
	padding-bottom: 0px;

}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.bg-gradient,
.bd-text .bd-tag-share .s-share a:hover,
.bh-text .play-btn,
.schedule-table-tab .nav-tabs .nav-link.active,
.newslatter-inner .ni-form button,
.latest-item .li-tag,
.price-item .price-btn:hover,
.price-item .pi-price,
.price-item .tr-tag,
.schedule-tab .nav-tabs .nav-link.active,
.site-btn {
	background-color: rgba(255, 255, 255, 0.85);
	/* background-image: -o-linear-gradient(45deg, #e5005a 0%, #ff009e 100%), -o-linear-gradient(45deg, #e5005a 0%, #ff009e 100%);
	background-image: linear-gradient(45deg, #e5005a 0%, #ff009e 100%), linear-gradient(45deg, #e5005a 0%, #ff009e 100%); */
}

.tab-gescos .nav-tabs .nav-item .nav-link.active {
	background: transparent !important;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 40px;
	color: #5957F0;
	text-align: center;
	border-radius: 7px;
	background-color: #fff;
	/* background-image: linear-gradient(45deg, #e5005a, #ff009e) !important; */
}

.login-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 13px;
	color: #5957F0;
	text-align: center;
	border-radius: 7px;
	background-color: #fff;
	/* background-image: linear-gradient(45deg, #e5005a, #ff009e) !important; */
}

.primary-btn:hover {
	color: #5957F0;
}

.secondary-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 40px;
	color: #fff !important;
	text-align: center;
	border-radius: 7px;
	background-color: #5957F0;
	border-color: #5957F0;
	/* background-image: linear-gradient(45deg, #e5005a, #ff009e) !important; */
}


.pill-btn {
	letter-spacing: 2.4px;
	font-family: 'Inter', inter !important;
	display: inline-block;
	font-size: 2vh;
	font-weight: 600;
	padding: 12px 15px;
	color: #fff !important;
	text-align: center;
	border-radius: 25px;
	background-color: #5957F0;
	/* background-image: linear-gradient(45deg, #e5005a, #ff009e) !important; */
}

.site-btn {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	border: none;
	padding: 10px 40px 12px;
	border-radius: 50px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header-section {
	background-color: #5957F0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-section.header-normal {
	border-bottom: 1px solid #e5e5e5;
}

.logo {
	float: left;
	padding-top: 32px;
	padding-bottom: 32px;
}

.logo a {
	display: inline-block;
}

.nav-menu {
	float: right;
	width: fit-content;
}

.nav-menu .mainmenu {
	display: inline-block;
}

.nav-menu .mainmenu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	position: relative;
}

.nav-menu .mainmenu ul li .dropdown {
	position: absolute;
	width: 180px;
	background: #ffffff;
	z-index: 99;
	left: 0;
	top: 130px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .mainmenu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.nav-menu .mainmenu ul li .dropdown li a {
	padding: 8px 10px;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: capitalize;
}

.nav-menu .mainmenu ul li .dropdown li a:hover {
	color: #fff;
}

.nav-menu .mainmenu ul li .dropdown li a:after {
	display: none;
}

.nav-menu .mainmenu ul li.active a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 100px;
}

.nav-menu .mainmenu ul li a {
	font-size: 2vh;
	color: #FFF;
	/* text-transform: uppercase; */
	font-weight: 600;
	padding: 42px 0;
	position: relative;
	display: inline-block;
}

.nav-menu .mainmenu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 36px;
	height: 2px;
	width: 100%;
	background: #fff;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .primary-btn.top-btn {
	margin: 27px 0;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero-section {
	padding-top: 55px;
}

.hero-section .hero-text {
	padding-top: 184px;
}

.hero-section .hero-text span {
	font-size: 16px;
	color: #f44949;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hero-section .hero-text h2 {
	font-size: 60px;
	color: #ffffff;
	line-height: 72px;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 35px;
}

/*---------------------
  Conter
-----------------------*/

.counter-section {
	padding: 40px 0;
}

.counter-section .counter-text span {
	font-size: 16px;
	color: #ffffff;
}

.counter-section .counter-text h3 {
	color: #ffffff;
	font-weight: 700;
	line-height: 38px;
	margin-top: 10px;
}

.counter-section .cd-timer {
	text-align: right;
}

.counter-section .cd-timer .cd-item {
	display: inline-block;
	text-align: center;
	margin-left: 35px;
	height: 120px;
	width: 120px;
	padding-top: 32px;
	position: relative;
}

.counter-section .cd-timer .cd-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #ffffff;
	content: "";
	opacity: 0.1;
	border-radius: 4px;
}

.counter-section .cd-timer .cd-item:first-child {
	margin-left: 0;
}

.counter-section .cd-timer .cd-item span {
	font-size: 60px;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
}

.counter-section .cd-timer .cd-item p {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 30px;
}

/*---------------------
  Home About Section
-----------------------*/

.home-about-section {
	/* padding-bottom: 90px; */
}

.ha-pic {
	/*-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	margin-right: 30px;*/
	text-align: center;
}

.ha-pic img {
	/*min-width: 100%;*/
	border-radius: 30px;

}

.ha-text {
	padding-top: 5px;
}

.ha-text h2 {
	color: #171822;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 26px;
}

.ha-text p {
	/* margin-bottom: 21px; */
}

.ha-text ul {
	margin-bottom: 27px;
}

.ha-text ul li {
	list-style: none;
	font-size: 16px;
	line-height: 30px;
	color: #6a6b7c;
}

.ha-text ul li span {
	color: #e5005a;
}

.ha-text .ha-btn {
	font-size: 17px;
	color: #171822;
	font-weight: 600;
	position: relative;
}

.ha-text .ha-btn:before {
	position: absolute;
	left: 0;
	bottom: -6px;
	height: 3px;
	width: 100%;
	background: #e5005a;
	/*background: linear-gradient(45deg, #e5005a, #ffba00);*/
	content: "";
}

.video-popup.ha-text .ha-btn:before {
	bottom: -3px;
}

/*---------------------
  Member Item
-----------------------*/

.team-member-section {
	overflow: hidden;
}

.member-item {
	width: 20%;
	float: left;
	height: 420px;
	position: relative;
	overflow: hidden;
}

.member-item:hover .mi-social {
	top: 0;
}

.member-item:hover .mi-text {
	left: 20px;
}

.member-item .mi-social {
	text-align: center;
	position: relative;
	top: -60px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.member-item .mi-social .mi-social-inner {
	display: inline-block;
	padding: 10px 23px 8px;
	border-radius: 0 0 4px 4px;
}

.member-item .mi-social .mi-social-inner a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	margin-right: 10px;
}

.member-item .mi-social .mi-social-inner a:last-child {
	margin-right: 0;
}

.member-item .mi-text {
	background: #ffffff;
	padding: 16px 0 18px 25px;
	position: absolute;
	left: -500px;
	bottom: 20px;
	width: calc(100% - 40px);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.member-item .mi-text h5 {
	font-size: 20px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 5px;
}

.member-item .mi-text span {
	font-size: 16px;
	color: #f44949;
	display: block;
}

/*---------------------
  Schedule Section
-----------------------*/

.schedule-section {
	padding-bottom: 60px;
}

.schedule-tab .nav-tabs {
	border: none;
	border-radius: 2px;
	margin-bottom: 5%;
	/* -webkit-box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
	box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15); */
}

.tab-gescos .nav-tabs {
	box-shadow: none;
}

.schedule-tab .nav-tabs .nav-item {
	border-radius: 8px;
	/* background: rgba(255, 255, 255, 0.85); */
	color: #5E4BFA;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 150% */
	/* border-right: 1px solid #e7e7e8; */
	width: 12%;
	text-align: center;
	margin-right: 1dvi;
}

.span-text {
	font-family: 'Inter', inter !important;
	color: #ffffff;
	font-size: 2.5vh;
}

.tab-gescos .nav-tabs .nav-item {
	width: 33.33%;
}

.tab-gescos .nav-tabs .nav-item a {
	/*padding: 25% !important;*/
	padding-left: 10% !important;
	padding-right: 10% !important;
}

.schedule-tab .nav-tabs .nav-item:last-child {
	border-right: none;
}

.schedule-tab .nav-tabs .nav-item .nav-link {
	padding: 15px 0 15px 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active {
	border-radius: 8px;
	border-color: #e7e7e8;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active h5 {
	color: #ffffff;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active span {
	color: #5E4BFA;
	font-size: 2.5vh;
}

.schedule-tab .nav-tabs .nav-item .nav-link h5 {
	color: #171822;
	font-weight: 600;
}

.schedule-tab .nav-tabs .nav-item .nav-link p {
	margin-bottom: 0;
}

.schedule-tab .st-content {
	/*border: 1px solid #ebebeb;
	border-radius: 2px;*/
	margin-bottom: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.schedule-tab .st-content.gescos {
	/*background: #ffffff;*/
	border-radius: 30px;
	transform: translateX(0);
	transition: transform 0.3s ease;
	opacity: 0;
	/* Inicialmente, el div no es visible */
	padding: 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	position: relative;
}

.schedule-tab .st-content.gescos {
	transform: translateX(50px);
	animation: fadeIn 1s ease-in-out forwards;
}



@keyframes fadeIn {
	to {
		opacity: 1;
		/* Cuando finaliza la animación, el div se vuelve completamente visible */
	}
}

.schedule-tab .st-content:hover {
	/* -webkit-box-shadow: 3px 12px 30px rgba(23, 24, 34, 0.05);
	box-shadow: 3px 12px 30px rgba(23, 24, 34, 0.05);
	border: 1px solid transparent; */
}

.schedule-tab .st-content .sc-pic {
	text-align: center;
	padding: 30px 0;
}

.schedule-tab .st-content .sc-pic img {
	/*height: 120px;
	width: 120px;
	border-radius: 50%;*/
}

.schedule-tab .st-content .sc-text {
	padding: 15px 0;
}

.schedule-tab .st-content .sc-text h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 10px;
}

.schedule-tab .st-content .sc-text ul li {
	list-style: none;
	display: block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 25px;
	position: relative;
}

.schedule-tab .st-content .sc-text ul li:last-child:after {
	display: none;
}

.schedule-tab .st-content .sc-text ul li:after {
	/*position: absolute;
	right: -18px;
	top: 0;
	content: "/";*/
}

.schedule-tab .st-content .sc-text ul li i {
	color: #f44949;
	font-size: 14px;
}

.schedule-tab .st-content .sc-widget {
	padding: 58px 0;
}

.schedule-tab .st-content .sc-widget li {
	list-style: none;
	font-size: 17px;
	color: #6a6b7c;
	line-height: 32px;
	position: relative;
	padding-left: 22px;
}

.schedule-tab .st-content .sc-widget li i {
	color: #f44949;
	position: absolute;
	left: 0;
	top: 7px;
}

/*---------------------
  Pricing Section
-----------------------*/

.pricing-section {
	padding-top: 90px;
	padding-bottom: 80px;
}

.pricing-section .section-title {
	margin-bottom: 88px;
}

.pricing-section .section-title h2 {
	color: #ffffff;
}

.pricing-section .section-title p {
	color: #ffffff;
}

.price-item {
	background: #ffffff;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 18px;
	position: relative;
	border-radius: 30px;
	margin-bottom: 40px;
}

.price-item.top-rated {
	/*margin-top: -36px;*/
}

.price-item .tr-tag {
	width: 28px;
	height: 50px;
	line-height: 38px;
	-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	position: absolute;
	right: 26px;
	top: 0;
}

.price-item .tr-tag i {
	color: #ffffff;
}

.price-item h4 {
	color: #171822;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 26px;
	position: relative;
}

.price-item h4:before {
	position: absolute;
	left: 30%;
	bottom: -6px;
	height: 3px;
	width: 40%;
	background: #e5005a;
	/*background: linear-gradient(45deg, #e5005a, #ffba00);*/
	content: "";
}

.price-item .pi-price {
	padding-top: 16px;
	padding-bottom: 14px;
	margin-bottom: 38px;
}

.price-item .pi-price h2 {
	font-size: 60px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

.price-item .pi-price h2 span {
	font-size: 30px;
	position: absolute;
	left: 0px;
	top: 9px;
}

.price-item p {
	padding: 0px 42px 0px 42px;
	text-align: left;
	color: #000000;
}

.price-item ul {
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
}

.price-item ul li {
	list-style: none;
	font-size: 17px;
	color: #000000;
	line-height: 28px;
}

.price-item .price-btn {
	font-size: 16px;
	color: #171822;
	font-weight: 600;
	display: inline-block;
	background: #ffffff;
	padding: 10px 85px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	position: relative;
	bottom: -39px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.price-item .price-btn:hover {
	color: #ffffff;
}

.price-item .price-btn:hover span {
	color: #ffffff;
}

.price-item .price-btn span {
	color: #f44949;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------
  Latest Blog
-----------------------*/

.latest-blog {
	background: #f4f6f8;
	padding-bottom: 160px;
}

.latest-item {
	height: 255px;
	position: relative;
	margin-bottom: 40px;
	margin-left: 15px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 30px rgba(79, 84, 139, 0.15);
	box-shadow: 0px 0px 30px rgba(79, 84, 139, 0.15);
}

.latest-item.large-item {
	height: 550px;
	margin-right: 15px;
	margin-left: 0;
}

.latest-item.large-item .li-tag {
	left: 40px;
	top: 40px;
}

.latest-item.large-item .li-text {
	padding: 0 40px;
	bottom: 35px;
}

.latest-item.large-item .li-text h4 {
	margin-bottom: 17px;
}

.latest-item.large-item .li-text h4 a {
	color: #ffffff;
	font-weight: 600;
	line-height: 36px;
}

.latest-item.large-item .li-text span {
	font-size: 16px;
	color: #ffffff;
}

.latest-item.large-item .li-text span i {
	color: #f44949;
}

.latest-item .li-tag {
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	padding: 5px 18px;
	border-radius: 2px;
	position: absolute;
	left: 30px;
	top: 30px;
}

.latest-item .li-text {
	position: absolute;
	left: 0;
	bottom: 26px;
	width: 100%;
	padding: 0 30px;
}

.latest-item .li-text h5 {
	margin-bottom: 5px;
}

.latest-item .li-text h5 a {
	display: block;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
}

.latest-item .li-text span {
	font-size: 14px;
	color: #ffffff;
}

.latest-item .li-text span i {
	color: #f44949;
}

/*---------------------
  Newslatter Section
-----------------------*/

.newslatter-section.about-newslatter .newslatter-inner {
	margin-top: 0;
}

.newslatter-inner {
	padding: 60px 70px 48px;
	overflow: hidden;
	border-radius: 2px;
	margin-top: -100px;
}

.newslatter-inner .ni-text {
	float: left;
}

.newslatter-inner .ni-text h3 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 8px;
}

.newslatter-inner .ni-text p {
	color: #ffffff;
	margin-bottom: 0;
}

.newslatter-inner .ni-form {
	width: 400px;
	position: relative;
	float: right;
	margin-top: 12px;
}

.newslatter-inner .ni-form input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #a0a1b5;
	padding-left: 20px;
	background: #ffffff;
	border-radius: 50px;
	border: none;
	padding-right: 140px;
}

.newslatter-inner .ni-form input::-webkit-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::-moz-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input:-ms-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::-ms-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form button {
	width: 128px;
	height: 40px;
	text-align: center;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*---------------------
  Home Contact 
-----------------------*/
.contact-section .section-title {
	text-align: center;
	margin-bottom: 40px;
}

.cs-text .ct-address span,
.cs-text .ct-phone span,
.cs-text .ct-email span {
	font-size: 17px;
	color: #000000;
	font-weight: 700;
}

.cs-text .ct-address .span {
	margin-left: 31px;
}

.cs-text .ct-phone .span {
	margin-left: 11px;
}

.cs-text .ct-address p,
.cs-text .ct-email p,
.cs-text .ct-phone p {
	font-size: 17px;
	color: #000000;
	line-height: 30px;
	margin-top: 8px;
	text-align: center;
}

.cs-text i {
	font-size: 24px;

}

.cs-text i {
	/*background: #ff009e;*/
	color: #ff009e;
	/*background-image: linear-gradient(45deg, #e5005a, #ffba00);
	background: -webkit-linear-gradient(#e5005a, #ffba00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.cs-text ul {
	margin-bottom: 30px;
}

.span {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #a3a3ae;
	border: 1px solid #ff009e;
	border-radius: 50%;
	margin-right: 12px;
	/*background:#454547 ;*/
}

.cs-text ul li {
	font-size: 18px;
	color: #171822;
	line-height: 36px;
	list-style-type: none;
	display: inline-block;
	margin-right: 42px;
}

.cs-text ul li:last-child {
	margin-right: 0;
}

.cs-text ul li span {
	font-size: 16px;
	color: #6a6b7c;
	display: block;
}

.cs-text .ct-links span {
	font-size: 16px;
	color: #6a6b7c;
}

.cs-text .ct-links p {
	font-size: 18px;
	color: #171822;
	line-height: 30px;
	margin-top: 8px;
}

.cs-map {
	/*height: 400px;*/
	-webkit-box-shadow: 0px 12px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 12px 30px rgba(11, 12, 48, 0.15);
}

.cs-map iframe {
	width: 100%;
}

/*---------------------
  Footer
-----------------------*/

.footer-section {
	background: #000000;
	padding-top: 40px;
	padding-bottom: 0px;
}

.partner-logo {
	padding-bottom: 50px;
	border-bottom: 1px solid #2f3039;
}

.partner-logo .pl-table {
	display: inline-block;
	display: table;
}

.partner-logo .pl-table .pl-tablecell {
	display: table-cell;
	vertical-align: middle;
	height: 41px;
}

.footer-text {
	text-align: center;
	padding-top: 40px;
}

.footer-text .ft-logo {
	margin-bottom: 20px;
}

.footer-text .ft-logo a {
	display: inline-block;
}

.footer-text ul {
	margin-bottom: 18px;
}

.footer-text ul li {
	list-style: none;
	display: inline-block;
	margin-right: 52px;
}

.footer-text ul li:last-child {
	margin-right: 0;
}

.footer-text ul li a {
	font-size: 2vh;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-text ul li a:hover {
	/* color: #f44949; */
	font-weight: bolder;
}

.footer-text .copyright-text {
	font-size: 14px;
	color: #a0a1b5;
	margin-bottom: 28px;
}

.footer-text .copyright-text i {
	color: #f44949;
}

.footer-text .copyright-text a {
	color: #a0a1b5;
}

.footer-text .copyright-text a:hover {
	color: #f44949;
}

.footer-text .ft-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #a3a3ae;
	border: 1px solid #45464e;
	border-radius: 50%;
	margin-right: 15px;
}

.footer-text .ft-social a:last-child {
	margin-right: 0;
}

/* ----------------------------------- Other Pages Styles ------------------------------- */

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-section {
	padding: 75px 0 75px;
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 40px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 14px;
}

.breadcrumb-text .bt-option a {
	font-size: 18px;
	color: #6a6b7c;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -17px;
	top: 2px;
	content: "";
	font-family: "FontAwesome";
}

.breadcrumb-text .bt-option span {
	display: inline-block;
	color: #a0a1b5;
}

/*---------------------
  About Section
-----------------------*/

.about-section {
	padding-top: 0;
	padding-bottom: 90px;
}

.about-section .section-title {
	text-align: left;
}

.about-section .section-title h2 {
	margin-bottom: 20px;
}

.about-section .section-title p {
	font-size: 16px;
}

.about-section .section-title p.f-para {
	margin-bottom: 20px;
}

.about-pic {
	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
}

.about-pic img {
	min-width: 100%;
}

.about-text {
	padding-top: 20px;
}

.about-text h3 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 25px;
}

.about-text p {
	margin-bottom: 20px;
}

.about-text ul li {
	font-size: 16px;
	color: #6a6b7c;
	line-height: 30px;
	list-style: none;
}

.about-text ul li span {
	color: #f44949;
}

/*---------------------
  Story Section
-----------------------*/

.story-section {
	padding-bottom: 30px;
}

.story-section .section-title {
	text-align: left;
}

.story-section .section-title h2 {
	margin-bottom: 0;
}

.story-left {
	padding-right: 40px;
}

.story-right {
	padding-left: 40px;
}

.story-item {
	margin-bottom: 28px;
}

.story-item h2 {
	color: #f44949;
	font-weight: 600;
	float: left;
	margin-right: 30px;
	line-height: 42px;
}

.story-item .si-text {
	overflow: hidden;
}

.story-item .si-text h4 {
	color: #171822;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 14px;
}

/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
	padding-bottom: 40px;
	overflow: hidden;
}

.testimonial-section .section-title {
	margin-bottom: 26px;
}

.testimonial-slider .col-lg-6,
.services-slider .col-lg-6 {
	max-width: 100%;
}

.testimonial-slider.owl-carousel .owl-stage-outer,
.services-slider .owl-stage-outer {
	padding-bottom: 60px;
	padding-top: 30px;
}

.testimonial-slider.owl-carousel .owl-nav button,
.services-slider.owl-carousel .owl-nav button {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #171822;
	background: #f4f6f8;
	border-radius: 50%;
	position: absolute;
	left: -66px;
	top: 50%;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.testimonial-slider.owl-carousel .owl-nav button {
	left: 50%;
	left: 10px;
}


.testimonial-slider.owl-carousel .owl-nav button:hover,
.services-slider.owl-carousel .owl-nav button:hover {
	background: -webkit-gradient(linear, left top, right top, from(#e5005a), to(#ff009e));
	background: -o-linear-gradient(left, #e5005a, #ff009e);
	background: linear-gradient(to right, #e5005a, #ff009e);
	color: #ffffff;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next,
.services-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -66px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	right: 2px;
}

.testimonial-slider .testimonial-item {
	/*-webkit-box-shadow: 0px 6px 20px rgba(238, 132, 37,1);
	box-shadow: 0px 6px 20px rgba(249, 71, 139, 1);
	border-radius: 4px;
	position: relative;
	padding: 40px 40px 15px 40px;*/
}

.testimonial-slider .testimonial-item:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ff009e;
	/*background: linear-gradient(to top left, #ee8425 0%, #f9488b 100% );*/
	transform: translate3d(0px, 5px, 0) scale(0.95);
	filter: blur(5px);
	opacity: var(0.7);
	transition: opacity 0.3s;
}

.testimonial-item {
	background: #ffffff;
	-webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	border-radius: 4px;
	position: relative;
	padding: 40px 23px 15px 23px;
}

.testimonial-item.daniela {
	padding: 40px 15px 15px 15px;
}

.testimonial-item .quote-pic {
	position: absolute;
	right: 50px;
	top: 50px;
}

.testimonial-item .ti-author {
	overflow: hidden;
	margin-bottom: 22px;
}

.testimonial-item .ti-author .ta-pic {
	/*float: left;*/
	margin-right: 20px;
	text-align: center;
}

.testimonial-item .ti-author .ta-pic img {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	display: unset;
}

.testimonial-item .ti-author .ta-text {
	overflow: hidden;
	padding-top: 12px;
	text-align: center;
}

.testimonial-item .ti-author .ta-text h5,
.testimonial-item .section-title h5 {
	font-size: 20px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 5px;
}

.testimonial-item .ti-author .ta-text span {
	display: block;
	color: #f44949;
}

.testimonial-item p {
	font-size: 20px;
	color: #171822;
	line-height: 32px;
	font-weight: 500;
}

/*---------------------
  Speaker Section
-----------------------*/

.speaker-section {
	padding-top: 0;
}

.speaker-item {
	margin-bottom: 50px;
}

.speaker-item .si-pic img {
	min-width: 100%;
	border-radius: 2px;
}

.speaker-item .si-text .si-title {
	margin-bottom: 28px;
}

.speaker-item .si-text .si-title h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 13px;
}

.speaker-item .si-text .si-title span {
	color: #f44949;
	font-size: 16px;
	display: block;
}

.speaker-item .si-text .si-social {
	margin-bottom: 24px;
}

.speaker-item .si-text .si-social a {
	display: inline-block;
	font-size: 16px;
	color: #171822;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #ebebeb;
	border-radius: 50%;
	margin-right: 5px;
}

.speaker-item .si-text .si-social a:hover {
	background: -o-linear-gradient(330deg, #ee8425, #f9488b);
	background: linear-gradient(120deg, #ee8425, #f9488b);
	color: #ffffff;
}

.speaker-item .si-text p {
	color: #707070;
	line-height: 26px;
}

.load-more {
	text-align: center;
	padding-top: 10px;
}

.load-more .primary-btn {
	padding: 12px 45px;
}

/*------------------------
  Schedule Table Section
-------------------------*/

.schedule-table-section {
	padding-top: 0;
}

.schedule-table-tab .nav-tabs {
	border: none;
	border-radius: 4px;
	margin-bottom: 50px;
	-webkit-box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
	box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
}

.schedule-table-tab .nav-tabs .nav-item {
	border-right: 1px solid #e7e7e8;
	width: 20%;
	text-align: center;
}

.schedule-table-tab .nav-tabs .nav-item:last-child {
	border-right: none;
}

.schedule-table-tab .nav-tabs .nav-item .nav-link {
	padding: 22px 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #171822;
}

.schedule-table-tab .nav-tabs .nav-item .nav-link.active {
	border-color: #e7e7e8;
	color: #ffffff;
}

.schedule-table-tab .schedule-table-content table {
	width: 100%;
	text-align: center;
	border: 1px solid #e1e1e1;
}

.schedule-table-tab .schedule-table-content table thead {
	border-bottom: 1px solid #e5e5e5;
}

.schedule-table-tab .schedule-table-content table thead tr th {
	border-right: 1px solid #e5e5e5;
	padding: 24px 0 26px;
}

.schedule-table-tab .schedule-table-content table thead tr th strong {
	font-size: 24px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 8px;
}

.schedule-table-tab .schedule-table-content table thead tr th span {
	color: #f5523b;
	font-size: 16px;
	display: block;
	font-weight: 400;
}

.schedule-table-tab .schedule-table-content table tbody tr {
	border-bottom: 1px solid #e5e5e5;
}

.schedule-table-tab .schedule-table-content table tbody tr td {
	border-right: 1px solid #e5e5e5;
	width: 260px;
	height: 134px;
	padding: 37px 0 36px;
}

.schedule-table-tab .schedule-table-content table tbody tr td h5 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 10px;
}

.schedule-table-tab .schedule-table-content table tbody tr td p {
	color: #171822;
	margin-bottom: 0;
}

.schedule-table-tab .schedule-table-content table tbody tr td p span {
	color: #a0a1b5;
}

.schedule-table-tab .schedule-table-content table tbody tr td.event-time {
	width: 140px;
	color: #f44949;
	font-size: 24px;
	font-weight: 600;
}

.schedule-table-tab .schedule-table-content table tbody tr td.break h5 {
	margin-bottom: 0;
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover {
	background: -o-linear-gradient(330deg, #ee8425, #f9488b);
	background: linear-gradient(120deg, #ee8425, #f9488b);
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover h5 {
	color: #ffffff;
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover p {
	color: #ffffff;
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover p span {
	color: #ffffff;
}

/*---------------------
  Blog
-----------------------*/

.blog-section {
	padding-top: 0;
}

.blog-item {
	height: 277px;
	position: relative;
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
}

.blog-item .bi-tag {
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	display: inline-block;
	padding: 3px 20px 5px;
	border-radius: 2px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.blog-item.large-item {
	height: 575px;
}

.blog-item.large-item .bi-tag {
	left: 30px;
	top: 30px;
}

.blog-item.large-item .bi-text {
	padding: 0 30px;
	bottom: 28px;
}

.blog-item .bi-text {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	padding: 0 20px;
}

.blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.blog-item .bi-text h5 a {
	color: #ffffff;
	line-height: 24px;
	font-weight: 600;
	display: block;
}

.blog-item .bi-text h3 {
	margin-bottom: 15px;
}

.blog-item .bi-text h3 a {
	font-size: 28px;
	color: #ffffff;
	font-weight: 600;
	line-height: 36px;
	display: block;
}

.blog-item .bi-text span {
	font-size: 14px;
	color: #ffffff;
	display: block;
}

.blog-item .bi-text span i {
	color: #f44949;
}

.load-more.blog-more {
	padding-top: 20px;
}

/*---------------------
  Blog Hero Section
-----------------------*/

.blog-hero-section {
	padding: 200px 0;
}

.bh-text {
	text-align: center;
}

.bh-text .play-btn {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 79px;
}

.bh-text .play-btn i {
	color: #ffffff;
	font-size: 28px;
	margin-left: 6px;
}

.bh-text h2 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	margin-top: 34px;
	margin-bottom: 14px;
}

.bh-text ul li {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.bh-text ul li:after {
	position: absolute;
	right: -22px;
	top: 4px;
	height: 14px;
	width: 1px;
	background: #6e6e6e;
	content: "";
}

.bh-text ul li:last-child {
	margin-right: 0;
}

.bh-text ul li:last-child:after {
	display: none;
}

.bh-text ul li span {
	font-size: 16px;
	text-transform: capitalize;
}

.bh-text ul li span strong {
	font-weight: 600;
}

/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
	padding-top: 70px;
}

.bd-text .bd-title {
	margin-bottom: 28px;
}

.bd-text .bd-quote {
	position: relative;
	padding-left: 32px;
	margin-bottom: 36px;
}

.bd-text .bd-quote:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #f44949;
	content: "";
}

.bd-text .bd-quote p {
	font-size: 18px;
	color: #171822;
	font-weight: 500;
	line-height: 30px;
}

.bd-text .bd-quote span {
	font-size: 14px;
	color: #f44949;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.bd-text .bd-quote img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bd-text .bd-more-text {
	margin-bottom: 32px;
}

.bd-text .bd-more-text.second-text {
	margin-bottom: 56px;
}

.bd-text .bd-more-text h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 22px;
}

.bd-text .bd-more-pic {
	margin-bottom: 36px;
}

.bd-text .bd-more-pic img {
	min-width: 100%;
	border-radius: 2px;
}

.bd-text .bd-tag-share {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.bd-text .bd-tag-share .tag {
	float: left;
	margin-top: 7px;
}

.bd-text .bd-tag-share .tag a {
	display: inline-block;
	font-size: 14px;
	background: #ebebeb;
	color: #6a6b7c;
	padding: 2px 17px 4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 2px;
	margin-right: 6px;
	margin-bottom: 5px;
}

.bd-text .bd-tag-share .tag a:hover {
	background: #f44949;
	color: #ffffff;
}

.bd-text .bd-tag-share .s-share {
	float: right;
}

.bd-text .bd-tag-share .s-share span {
	display: inline-block;
	color: #171822;
	font-size: 16px;
	margin-right: 12px;
}

.bd-text .bd-tag-share .s-share a {
	display: inline-block;
	font-size: 16px;
	color: #171822;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ebebeb;
	margin-left: 11px;
	border-radius: 50%;
}

.bd-text .bd-tag-share .s-share a:hover {
	color: #ffffff;
}

/*---------------------
  Comment Section
-----------------------*/

.comment-section h3 {
	color: #171822;
	font-weight: 600;
}

.comment-form input {
	width: 100%;
	height: 46px;
	background: #f4f6f8;
	padding-left: 20px;
	padding-right: 5px;
	border: none;
	margin-bottom: 30px;
	border-radius: 2px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-form input::-webkit-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::-moz-placeholder {
	color: #a0a1b5;
}

.comment-form input:-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::placeholder {
	color: #a0a1b5;
}

.comment-form input:focus {
	border: 1px solid #f44949;
	color: #171822;
}

.comment-form textarea {
	width: 100%;
	height: 120px;
	background: #f4f6f8;
	padding-left: 20px;
	border: none;
	padding-top: 12px;
	padding-right: 5px;
	margin-bottom: 32px;
	border-radius: 2px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	resize: none;
}

.comment-form textarea::-webkit-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::-moz-placeholder {
	color: #a0a1b5;
}

.comment-form textarea:-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::placeholder {
	color: #a0a1b5;
}

.comment-form textarea:focus {
	border: 1px solid #f44949;
	color: #171822;
}

/*---------------------
  Related Post Section
-----------------------*/

.related-post-section {
	background: #f4f6f8;
	padding-bottom: 70px;
	padding-top: 90px;
}

.related-post-section .blog-item {
	height: 350px;
}

.related-post-section .blog-item .bi-tag {
	left: 30px;
	top: 30px;
}

.related-post-section .blog-item .bi-text {
	padding: 0 30px;
	bottom: 28px;
}

.related-post-section .blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.related-post-section .blog-item .bi-text h5 a {
	font-size: 20px;
	line-height: 30px;
}

/*---------------------
  Contact Top Content
-----------------------*/

.contact-content-section {
	overflow: hidden;
}

.cc-text {
	height: 580px;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 94px;
}

.cc-text .section-title {
	text-align: left;
	margin-bottom: 42px;
}

.cc-text .section-title h2 {
	color: #ffffff;
}

.cc-text .section-title p {
	color: #ffffff;
}

.cc-text .cs-text .ct-address span {
	color: #ffffff;
}

.cc-text .cs-text .ct-address p {
	color: #ffffff;
}

.cc-text .cs-text ul li {
	color: #ffffff;
}

.cc-text .cs-text ul li span {
	color: #ffffff;
}

.cc-text .cs-text .ct-links span {
	color: #ffffff;
}

.cc-text .cs-text .ct-links p {
	color: #ffffff;
}

.cc-map {
	height: 580px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}

.cc-map iframe {
	width: 100%;
}

.cc-map .map-hover {
	position: absolute;
	left: 50%;
	top: 260px;
	-webkit-transform: translateX(-132px);
	-ms-transform: translateX(-132px);
	transform: translateX(-132px);
}

.cc-map .map-hover i {
	font-size: 30px;
	color: #f44949;
	position: absolute;
	left: 50%;
	top: -55px;
	-webkit-transform: translateX(-9px);
	-ms-transform: translateX(-9px);
	transform: translateX(-9px);
}

.cc-map .map-hover .map-hover-inner {
	width: 264px;
	text-align: center;
	background: #ffffff;
	padding: 27px 0 11px;
	-webkit-box-shadow: 0px 0px 30px rgba(74, 101, 106, 0.2);
	box-shadow: 0px 0px 30px rgba(74, 101, 106, 0.2);
}

.cc-map .map-hover .map-hover-inner:after {
	position: absolute;
	left: 50%;
	top: -6px;
	width: 30px;
	height: 30px;
	background: #ffffff;
	content: "";
	-webkit-transform: translateX(-15px) rotate(45deg);
	-ms-transform: translateX(-15px) rotate(45deg);
	transform: translateX(-15px) rotate(45deg);
}

.cc-map .map-hover .map-hover-inner h5 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 7px;
}

.cc-map .map-hover .map-hover-inner p {
	color: #171822;
}

/*---------------------
  Contact Form
-----------------------*/

.comment-form.contact-form input {
	margin-bottom: 25px;
}

.comment-form.contact-form textarea {
	height: 150px;
	margin-bottom: 42px;
}

/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1200px) {

	.login-btn {
		display: none;
	}

	.container {
		/*max-width: 1378px;*/
		max-width: 1170px;
	}
}

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.login-btn {
		display: none;
	}

	.nav-menu .mainmenu ul li {
		margin-right: 25px;
	}

	.hero-section .hero-text {
		padding-top: 110px;
	}

	.counter-section .cd-timer .cd-item {
		margin-left: 25px;
	}

	.ha-text {
		padding-top: 0;
	}

	.member-item {
		width: 25%;
		height: 310px;
	}

	.testimonial-slider.owl-carousel .owl-nav button {
		left: -10px;
	}

	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}

	.newslatter-inner .ni-form {
		width: 350px;
	}

	.cc-text {
		padding-top: 65px;
	}
}

@media only screen and (max-width: 991px) {

	.login-btn {
		display: none;
	}

	.schedule-tab .st-content .sc-pic {
		text-align: left;
		padding: 30px 0 0;
	}

	.schedule-tab .st-content .sc-text {
		padding: 30px 0 0;
	}

	.schedule-tab .st-content .sc-widget {
		padding: 30px 0;
	}

	.schedule-tab .st-content {
		/* padding-left: 30px; */
	}

	.product-ml {
		margin-left: 20px;
	}

	.price-item.top-rated {
		margin-top: 0;
	}

	.latest-item.large-item {
		height: 550px;
		margin-right: 0;
		margin-left: 0;
	}

	.latest-item {
		margin-left: 0;
	}

	.cs-map {
		margin-top: 20px;
	}

	.about-text {
		margin-top: 30px;
	}

	.story-right {
		padding-left: 0;
	}

	.newslatter-inner .ni-text {
		float: none;
	}

	.newslatter-inner .ni-form {
		float: none;
		margin-top: 30px;
	}

	.testimonial-slider.owl-carousel .owl-nav button {
		left: -10px;
	}

	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}

	.counter-section .counter-text {
		margin-bottom: 30px;
	}

	.counter-section .cd-timer {
		text-align: left;
	}

	.speaker-item .si-text .si-title {
		padding-top: 30px;
	}

	.bd-text .bd-more-pic img {
		margin-bottom: 10px;
	}

	.cc-text {
		padding-left: 40px;
	}

	.ha-pic {
		margin-right: 0;
	}

	.hero-section .hero-text {
		margin-bottom: 20px;
	}
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.login-btn {
		display: none;
	}

	.logo {
		/* float: left; */
		padding-top: 30px;
		padding-bottom: 4px;
		padding-left: 33%;
		width: 100%;
	}

	.logo img {
		width: 40%;
	}

	.nav-menu .primary-btn.top-btn {
		display: inline-block;
	}

	.nav-menu .mainmenu ul li {
		margin-right: 20px;
	}

	.bh-text h2 {
		font-size: 45px;
	}

	.nav-menu .mainmenu ul li:last-child {
		margin-right: 0;
	}

	.hero-section .hero-text {
		margin-bottom: 20px;
	}

	.member-item {
		width: 33.33%;
	}

	/*Custom style*/
	.nav-menu .mainmenu ul li a {
		font-size: 12px;
	}

	.primary-btn {
		padding: 12px 36px;
	}

	.logo-movil {
		width: 40%;
	}

	.video-bg {
		height: 27rem;
		margin-top: calc((0.5rem/2) * -1) !important;

	}

	.stats {
		bottom: 21rem;
	}

	.stats .item-stats .item-stats__title {
		font-size: 28px;
	}

	.services-slider.owl-carousel .owl-nav button {
		left: -40px;
	}

	.services-slider.owl-carousel .owl-nav button.owl-next {
		right: -38px;
	}

	.mfp-arrow {
		z-index: 9999;
	}

	.testimonial-item {
		padding: 40px 25px 15px 25px;
	}

	.info-descripcion {
		position: absolute;
		overflow: hidden;
		width: 200px;
		height: 165px;
		background-color: rgba(31, 31, 31, 1);
		opacity: 0;
		transition: opacity 0.3s;
		top: 2px;
		left: 0;
	}

	.services-slider .testimonial-item img {
		width: 40%;
		display: initial !important;
	}

	/**iconos soluciones**/
	.icon-solutions ul li a {

		font-size: 25px;
		width: 65px;
		height: 65px;
	}

	/**gecos**/
	.nav-item .tabs1 img {
		height: auto;
	}

	/***/
	/*End Custom style*/
}

/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {

	.pills-about-us {
		display: flex;
		justify-content: center;
	}

	.chat-now {
		max-width: 50% !important;
		margin-bottom: 10%;
	}

	.about-us-subdescription {
		font-size: 3vh !important;
	}

	.about-us-description {
		font-size: 4.5vh !important;
	}

	.span-text {
		font-size: 3vh !important;
	}

	.nav-tabs {
		margin: 5% 0% 20% 5% !important;
	}

	.nav-item {
		width: 100% !important;
	}

	.primary-btn {
		display: none;
	}

	.login-btn {
		display: block;
		margin-top: 63%;
	}


	.counter-section .cd-timer .cd-item {
		margin-bottom: 10px;
	}

	.member-item {
		width: 50%;
	}

	.newslatter-inner {
		padding: 60px 50px 48px;
	}

	.newslatter-inner .ni-form {
		width: 350px;
	}

	.footer-text ul li {
		margin-right: 15px;
	}

	.schedule-table-tab .schedule-table-content {
		overflow-x: auto;
	}

	.schedule-table-tab .nav-tabs .nav-item {
		width: 33.33%;
	}

	.bd-text .bd-tag-share .tag {
		float: none;
		margin-top: 0;
		margin-bottom: 25px;
	}

	.bd-text .bd-tag-share .s-share {
		float: none;
	}

	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
		float: left;
	}

	.nav-menu .mainmenu {
		display: none;
	}

	.nav-menu .primary-btn.top-btn {
		/*display: none;*/
	}

	.slicknav_btn {
		margin: 34px 0;
		border-radius: 0;
		float: left;
	}

	.slicknav_nav {
		background: #222;
		z-index: 999;
		position: relative;
	}

	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		margin: 0;
		padding: 10px 20px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.slicknav_nav ul {
		margin: 0;
	}

	.slicknav_nav a:hover {
		border-radius: 0;
		background: #f44949;
		color: #ffffff;
	}

	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #f44949;
		color: #ffffff;
	}

	.member-item .mi-text {
		left: -1000px;
	}

	.bh-text h2,
	.hero-section .hero-text h2 {
		font-size: 40px;
		line-height: normal;
	}

	.counter-section .cd-timer .cd-item {
		margin-right: 10px;
		margin-left: 0;
	}

	.counter-section .cd-timer .cd-item:last-child {
		margin-right: 0;
	}

	.testimonial-slider.owl-carousel {
		text-align: center;
	}

	.testimonial-slider.owl-carousel .owl-nav button {
		margin-top: 10px;
		position: relative;
	}
}

/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {

	.about-us-btn {
		font-size: 1.5vh !important;
		width: fit-content !important;
	}

	.mapa-container {
		height: 500px !important;
	}

	.chat-now {
		max-width: 50% !important;
		margin-bottom: 10%;
	}

	.about-us-subdescription {
		font-size: 3vh !important;
	}

	.about-us-description {
		font-size: 4.5vh !important;
	}

	.span-text {
		font-size: 3vh !important;
	}

	.nav-tabs {
		margin: 5% 0% 20% 5% !important;
	}

	.nav-item {
		width: 100% !important;
	}

	.primary-btn {
		display: none;
	}

	.login-btn {
		display: block;
		margin-top: 63%;
	}


	.logo {
		width: 43%;
		position: relative;
		left: 30%;
	}

	#mobile-menu-wrap {
		position: absolute;
	}

	.slicknav_btn {
		float: left;
		margin-bottom: 20px;
	}

	.nav-menu .primary-btn.top-btn {
		margin: 36px 0;
	}


	.bh-text h2,
	.hero-section .hero-text h2 {
		font-size: 36px;
		line-height: normal;
	}

	.newslatter-inner {
		padding: 60px 20px 48px;
	}

	.counter-section .cd-timer .cd-item {
		margin-right: 10px;
		margin-left: 0;
	}

	.schedule-tab .nav-tabs .nav-item {
		width: 33.33%;
	}

	.member-item {
		width: 100%;
	}

	.newslatter-inner .ni-form {
		width: 100%;
	}

	.newslatter-inner .ni-form button {
		width: 95px;
	}

	.newslatter-inner .ni-form input {
		padding-right: 100px;
	}

	.footer-text ul li {
		margin-bottom: 10px;
	}

	.schedule-table-tab .nav-tabs .nav-item {
		width: 50%;
	}

	.cc-text {
		padding-left: 30px;
		padding-top: 35px;
	}

	.story-item h2 {
		float: none;
		margin-bottom: 10px;
	}

	.bd-text .bd-tag-share .s-share a {
		font-size: 14px;
		height: 35px;
		width: 35px;
		line-height: 35px;
		margin-left: 5px;
	}

	/*style custom*/
	.primary-btn {
		padding: 12px 15px;
	}

	.hero-section {
		padding-top: 38px !important;
		padding-bottom: 4rem;
	}

	.stats {
		bottom: 9rem;
	}

	.item-stats {
		font-size: 1rem;
	}

	.item-stats span {
		line-height: 1rem;
	}

	.video-bg {
		height: 13rem;
		margin-top: calc((1.4rem/2) * -1) !important;

	}

	.logo-movil {
		width: 60%;
	}

	.icon-video {
		width: 50px;
		height: 50px;
	}

	.fa-play {
		font-size: 50px;
	}

	.fs-1 {
		font-size: 27px;
		text-align: left;
	}

	.spad {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.ha-text h2 {
		font-size: 27px;
	}

	.section-title h2 {
		font-size: 27px;

	}

	.services-slider .testimonial-item {
		padding: 30px 5px 10px 5px;
	}

	.services-slider.owl-carousel .owl-nav button {
		left: 33%;
		margin-top: 10px;
		position: relative;
	}

	.services-slider.owl-carousel .owl-nav button.owl-next {
		margin-top: 10px;
		position: relative;
		right: -39%;
	}

	.section-title.logos-gescos {
		margin-bottom: 30px;
	}

	.logos-gescos .img-30 {
		width: 60% !important;
	}

	.tab-gescos ul {
		margin-bottom: 0px;
	}

	.schedule-tab.tab-gescos .nav-tabs .nav-item {
		width: 100%;
		border: none;
	}

	/*height video movil*/
	.mfp-iframe-scaler {
		padding-top: 70%;
	}

	.mfp-iframe-scaler iframe {
		height: 500px !important;
		top: -60px;
	}

	.mfp-iframe-holder .mfp-close {
		top: -90px !important;
	}

	.mfp-arrow {
		z-index: 9999;
	}

	.schedule-tab .st-content.gescos {
		transform: translateX(0px);
		animation: fadeIn 1s ease-in-out forwards;
	}

	.info-descripcion {
		position: absolute;
		overflow: hidden;
		width: 150px;
		height: auto;
		min-height: 162px;
		background-color: rgba(31, 31, 31, 1);
		opacity: 0;
		transition: opacity 0.3s;
		top: 2px;
		left: 0;
	}

	h5#headline {
		font-size: 15px;
		margin-top: 7px;
	}

	p#descripcion {
		font-size: 14px;
		margin-right: 8px;
		margin-top: 7px;
		margin-left: 8px;
		line-height: 19px;
	}

	.services-slider .testimonial-item img {
		width: 52%;
		display: initial !important;
	}

	/****/
	.popover__content {
		/*display: none;*/
	}

	.icon-solutions .solution-responsive {
		display: none;
	}

	.iconos-movil .btn:hover,
	.iconos-movil .btn:focus {
		border: none !important;
	}

	.movil-show {
		display: block;
	}

	.iconos-movil {
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		margin: 0px !important;
	}

	.iconos-movil a {
		display: block;
		font-size: 35px;
		color: #ffffff;
		width: 80px;
		height: 80px;
		text-align: center;
		padding: 14px 0;
		/*background-color: #454547;*/
		background-color: #e5005a;
		border-radius: 50%;
		animation-name: fadeInLeft;
		animation-duration: 1s;
		margin: 15px;
		padding: 21px 0;
	}

	.iconos-movil a:hover {
		/*background-color: #ff009e;*/
		background-color: #ffba00;
		color: #ffffff;
	}

	div.icon-content {
		width: 100%;
	}

	.card.card-body {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		padding-right: 46px !important;
		padding-left: 46px !important;
	}

	.card .card-content h5 {
		font-size: 16px !important;
		font-weight: 600;
		text-align: left;
	}

	.card .card-content p {
		text-align: left;

		font-size: 14px !important;
		line-height: 18px;
		margin: 0px !important;
	}


	.ul-container {
		display: flex;
		justify-content: center;

		ul {
			list-style: none;
			padding: 0;
		}

	}



	/****/

	/*End style custom*/
}

.interview-tittle{
	color: white !important;
	font-style: normal;
	font-weight: bold;
	font-size: 3.5vh;
	text-align: center;
	font-family: 'Poppins', poppins;
}

.interview-subtitle{
	color: #D4CCFD
	!important;
	font-style: normal;
	font-weight: bold;
	font-size: 2vh;
	font-family: 'Poppins', poppins;

}