/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Home
- Information
- Button
- Services
- Plans
- Testimonials
- Newsletter
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/


/**************************/
/*     General Styles     */
/**************************/
:root {
	--primary: #3E4184;
	--primary-light: #ffffff ;
	--secondary: #3E4184;
	--tertiary: #85a33a;
	--gradient: linear-gradient(to right, #3E4184, #3E4184);
	--s: linear-gradient(to right, #85A43A, #85A43A);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}


h1 {
	font-size: 60px;
	font-weight: 500;
}

button {
	font-family: sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px){
	#primera-imagen{
		width: 80% !important;
		margin-top: 20% !important;
	}
	
	#segunda-imagen{
		width: 80% !important;
		left: 4rem !important;
		top: 15rem !important;
	}
}

@keyframes prueba {
	0%{
		margin-top: 0%;
		opacity: 0;
	}
	50%{
		margin-top: 50%;
		opacity: 0.50;
		
	}
	100%{
		margin-top: 9%;
		opacity: 1;
	}
}
#primera-imagen{
	position: absolute;
	animation-name: prueba;
	animation-duration: 2s;
	animation-delay: 1s;
}


p,
ul,
h4 {
	margin: 0;
	padding: 0;
}

a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}


li {
  	list-style-type: none;
}

/* Section Background */
.home,
.about,
.services,
.plans,
.work,
.contact-query,
.contact {
	height:fit-content;
	position: relative;
}

.services,
.work,
.contact,
.contact-query,
.footer {
  	background-color: var(--primary);
}

.about,
.plans,
.company,
.testimonial,
.location {
  	background-color: var(--primary-light);
}


@media screen and (min-width: 420px) and (max-width: 768px){
	.iframe10s{
		width: 400px !important
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.iframe10s{
		width: 100% !important
	}
}
@media screen and (min-width: 321px) and (max-width: 420px){
	.iframe10s{
		width: 400px !important
	}
}

@media screen and (min-width: 0px) and (max-width: 321px){
	.iframe10s{
		width: 100% !important;
	}
}

/* @media screen and (min-width: 444px) {
	.iframe10s{
		width:89% !important
	}
} */

#texto-vision{
	vertical-align: baseline;
}
.about .about-text{
	color:black;
	font-size: 18px;
	/* text-align: justify; */
}

.servicesIntro .about-text{
	color:black;
	font-size: 18px;
	/* text-align: justify; */
}

.bottom {
  	background-color: black;
}

.contact-text{
	color:white;
}

/* Gradient Border And Background On Icons */
.home_text,
.location .far,
.about .far,
.servicesIntro .far,
.information .far{
	padding: 15px 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#171b57),
		to(#171b57)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home .fas,
.plans .fas,
.information .fas,
.work .fas,
.location .fas,
.services .fas{
	padding: 15px 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ffffff),
		to(#ffffff)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-nav a:hover{
	cursor: pointer;
	background: var(--s);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.footer a:hover,
.footer .fab:hover {
	cursor: pointer;
	background: var(--gradient);
	background-clip: text;
	-webkit-background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	color: #85A43A !important;
}

.footer .footer-text{
	color: white;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	height: 85px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 0.875rem;
    align-items: center;
    background-color: var(--primary);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .logo{
	height: 65px !important;
    border-radius: 50px;
    border-color: black;
    border-bottom: #3E4184;
}

.imagen-f{
	overflow: hidden;
	height: 98vh;
}



@media (max-width: 576px) {
	.imagen-f{
		height: 30vh;
		margin-top: 4rem;
	}

	.segunda-section{
		margin-top: 0px !important;
	}

}

@media (min-width: 577px) and (max-width: 768px) {
	.imagen-f{
		height: 50vh;
		margin-top: 4rem;
	}

	.segunda-section{
		margin-top: 0px !important;
	}
}

@media (min-width: 769px) and (max-width: 815px) {
	.imagen-f{
		height: 55vh;
		margin-top: 4rem;
	}
		.segunda-section{
		margin-top: 0px !important;
	}
}

@media (min-width: 815px) and (max-width: 950px) {
	.imagen-f{
		height: 65vh;
		margin-top: 4rem;
	}
		.segunda-section{
		margin-top: 0px !important;
	}
}

@media (min-width: 950px) and (max-width: 991px) {
	.imagen-f{
		height: 75vh;
		margin-top: 4rem;
	}
		.segunda-section{
		margin-top: 0px !important;
	}
}

@media (min-width: 991px) and (max-width: 1171px) {
	.imagen-f{
		height: 85vh;
		margin-top: 4rem;
	}
		.segunda-section{
		margin-top: 1.6rem !important;
	}
}


.esri{
	height: 32px !important;
}

@media (max-width: 380px ){
	.esri{
		height: 20px !important;
	}

	.logo{
		height: 40px !important;
	}
}

@media (min-width: 992px) and  (max-width: 1199px){
	.esri{
		margin-left: 0px !important;
	}

}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	width: 108px;
	height: 32px;
}

.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 2.75rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	visibility: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	background-color: var(--primary);
	transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
	border: none;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	background-color: var(--primary-light);
}

.navbar .dropdown-item {
	color: black;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding-top: 0.625rem;
	text-decoration: none;
	padding-bottom: 0.625rem;
}

.navbar .dropdown-item:hover {
  	background-color: black;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	border: none;
	margin: 0.5rem auto 0.5rem auto;
	background-color: var(--primary);
}

.navbar .nav-item .nav-link {
	color: #ffffff;
	text-decoration: none;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	transition: all 0.2s ease;
}

.navbar .fa-stack {
	width: 2em;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0ee951),
		to(#00dabf)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #000000;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
  	color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
  	color: var(--primary);
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/****************/
/*     Home     */
/****************/
.home {
	background-image: url(../assets/images/home.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.para {
  	width: 50%;
	/* text-align: justify; */
	font-size: 18px;
}

.para-light {
  	opacity: 0.7;
}


/***********************/
/*     Information     */
/***********************/
.information .container-fluid .row div:first-child {
  	background-color: var(--primary);
}

.information .container-fluid .row div:last-child {
  	background-color: var(--primary-light);
}

.information .container-fluid .row div:nth-child(2) {
  	background-color: var(--primary-light);
}
.information .container-fluid .row div:nth-child(3) {
	background-color: var(--primary);
}

.information .container-fluid .information-text{
	color: white;
}

/******************/
/*     Button     */
/******************/
.btn {
	color: rgb(0, 0, 0);
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary) !important;
}

.btn:hover {
	color: rgb(0, 0, 0);
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}

/* Email - Newsletter Button */
.btn-secondary {
	color: black;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: var(--primary-light);
	border-image-source: var(--gradient);
}

.btn-secondary:hover {
	color: black;
	padding: 10px 30px;
	background-image: var(--gradient);
}

/* Other Pages Button */
.btn-tertiary {
	color: black;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}


/********************/
/*     Services     */
/********************/
.services .services-text{
	color: white;
	font-size: 18px;
}

.services .card {
	padding: 20px;
	border-radius: 0;
	border: 2px solid rgb(255, 255, 255);
	height: 350px;
}

.services .card:hover {
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--primary-light);
	box-shadow: 5px 5px 0px 0px var(--primary-light);
}


/*****************/
/*     Plans     */
/*****************/
.card-plans {
	padding: 20px;
	border: 2px solid var(--primary);
	height: auto;
}

.card-plans:hover {
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--primary);
	box-shadow: 5px 5px 0px 0px var(--primary);
}

.subtitle{
	color: var(--primary);
	font-size: 18px;
	font-weight: bold;
	/* text-align: justify; */
}
 #toolbar{
	display: none !important;
 }

/************************/
/*     Testimonials     */
/************************/
.testimonial-text{
	color: rgb(0, 0, 0) !important;
}

.slider-1 {
	padding-top: 8.25rem;
	padding-bottom: 8.5rem;
}

.slider-1 .section-title {
  	text-align: center;
}

.slider-1 .h2-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonial-card {
	border-image-source: var(--gradient);
}

.swiper-wrapper{
	display: flex;
    align-items: center;
}

.slider-1 .slider-container {
  	position: relative;
}

.slider-1 .swiper-container {
	width: 86%;
	position: static;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
  	color: var(--primary);
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .card {
	border: none;
	position: relative;
	background-color: transparent;
}

.slider-1 .card-image {
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 2px;
	align-items: end;
}

.slider-1 .card-body {
  	padding: 0;
}

.slider-1 .testimonial-text {
  	margin-bottom: 0.75rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0;
	color: #252c38;
}

.slider-1 .image-card {
	height: auto;
    max-width: 100%;
	vertical-align: middle;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
  	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@-webkit-keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/**********************/
/*     Newsletter     */
/**********************/
.form-control-input,
.form-control-textarea {
	width: 100%;
	appearance: none;
	border-radius: 4px;
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 0.775rem;
	padding-bottom: 0.775rem;
}

.form-group{
	width: 80%;
	padding-left: 10%;
}

.text-area-contact{
	max-width: 100%;
}

.form-control-submit-butto{
	align-self: center;
}

/*****************/
/*     Certificaciones    */
/*****************/
.card-cert {
	padding: 20px;
	border: 2px solid var(--primary);
	background-color: var(--primary);
	color: white;
	height: 300px;
	width: 300px;
	/* text-align: justify; */

}

.card-cert-title {
	padding: 20px;
	border: 2px solid var(--primary-light);
	background-color: var(--primary);
	color: white;
	height: 100px;
	width: 300px;
	text-align: center;
}

/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
  	background-color: #0f0f11;
}

#myBtn img {
	width: 18px;
	margin-left: 0.125rem;
	margin-bottom: 0.25rem;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: #3E4184;
}

.ex-header-contact {
	padding-top: 8.5rem;
	padding-bottom: 2rem;
	background-color: var(--primary-light);
}

.ex-header-plans {
	padding-top: 8.5rem;
	background-color: #3E4184;
}


.ex-header h1 {
  	color: #ffffff;
}

.ex-header-contact h2 {
	color: var(--primary);
	text-align: center;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
  	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
  	color: var(--secondary);
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

#contenedor-idioma{
	position: sticky;
	display: flex;
	justify-content: end;
	z-index: 12;
	align-items: flex-end;
	flex-direction: column;
	width: max-content;
	float: right;
	top: 120px;
}
.idioma{
	display: flex;
    height: 60px;
    width: 120px;
	background-color: #edededb5;
	border-radius: 10px 0px 0px 10px;
	transition: box-shadow ease-in-out 200ms, background-color ease-in-out 200ms, border-radius ease-in-out 200ms;
}

.idioma:hover{
	box-shadow: 0px 0px 10px 2px #3E4184;
	cursor: pointer;
}

.menu-idioma{
	border-radius: 0px;
	transition: scale ease-in-out 200ms;
	scale: 0;
}

#texto-idioma{
 margin-left: 20px;
}

.bandera{
	width: 30px;
	height: 30px;
}


.ex-cards-1 .card .list-unstyled .flex-grow-1 {
  	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}

embed {
	width: 100%;
}

.img-fluid{
	border-radius: 50% 	;
	height: 400px;
	width: 400px;
}


/*************************/
/*     Media Queries     */
/*************************/
@media only screen and (max-width: 1024px) {
	.services,
	.work,
	.testimonial,
	.about,
	.contact,
	.contact-query,
	.plans {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.slider-1 .swiper-container {
		width: 92%;
	}

	.slider-1 .swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.slider-1 .swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	/* Navigation */
	.navbar {
		box-shadow: none;
		transition: all 0.2s;
		/* padding-top: 1.75rem; */
		background-color: var(--primary);
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: var(--primary);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 30px;
	}

	.para {
		width: 100%;
	}

	.swiper-container {
		width: 92%;
	}

	.swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}
}

/* Texto de Misión y Visión */
#texto-vision-mobile{
	display:none;
}

@media screen and (max-width: 768px) {
	#texto-vision-mobile{
		display: block;
	}

	#texto-mision{
		width: 100%;
	}

	#texto-vision{
		display: none;
	}
}

/* Separación de las filas de las tablas */

#table-servicios div{
	padding: 10px 0px 10px 0px;
	height: 70px;
}

@media screen and (max-width: 320px){
	#table-servicios div{
		padding: 10px 0px 10px 0px;
		height: 70px;
	}
	#table-servicios td:first-child div{
		padding-right: 20px;
	}
}

@media screen and (min-width: 321px) and (max-width: 767px){
	#table-servicios div{
		padding: 10px 0px 10px 0px;
		height: 90px;
	}
	#table-servicios td:first-child div{
		padding-right: 20px;
	}
}

@media screen and (min-width: 768px){
	#table-servicios{
		margin-bottom: 30px;
	}

	#table-servicios div{
		padding: 10px 0px 10px 0px;
		height: 50px;
	}
	#table-servicios td:first-child div{
		padding-right: 20px;
	}
}

.modalUN{
	transition: scale 600ms ease-in-out;
}
