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

.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

html {
  /* Aplica a todos los saltos de scroll dentro del documento */
  scroll-padding-top: 80px;
  scroll-behavior: smooth; /* Para que el movimiento sea fluido */
}

.btn-light {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}


body {
  font-family: "Outfit", sans-serif;
  font-size: 12pt;
  color: #005e85;
}

header {
	position: fixed;
	z-index: 1200;
	top: 0;
}
.navbar {
	height: 100px;
	font-weight: 400;
	color: #fff;
	
}
.bg-light {
    background-color: #fff !important;
}
.navbar li {
	margin-right: 25px;
}
.icon-menu {
	margin-top: 10px;
}
.navbar-collapse {
    align-items: center;
    width: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand {
    padding-top: 4rem !important;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
h1 {
	
}
h2 {
	font-size: 2em;
	font-weight: 400;
}
h3 {
	font-size: 1.9em;
	font-weight: 400;
}
h4 {
	font-size: 1.6em;
	font-weight: 400;
}
h5 {
	font-size: 1.3em;
	font-weight: 400;
}
h6 {
	font-size: 1.2em;
	font-weight: 400;
}
hr {
	width: 15%;
}
.container-hero {
	height: 650px;
}
.hero {
    background-image: url(imgs/header-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	height: 650px;
	color: #fff;
}
.heros {
	position: relative;
	top: 200px;
}
.hero-1 {
	font-size: 3em;
	font-weight: 300;
}
.hero-2 {
	font-size: 2em;
	font-weight: 300;
}
.hero-3 {
	font-size: 1.3em;
	font-weight: 200;
}
.bloques {
	display: flex;
	align-items: bottom;
	height: 150px;
	margin-top: 284px;
}
.bloque-tx-1 {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1em;
}
.bloque-tx-2 {
	font-size: 1em;
	font-weight: 300;
}
.bloque-1 {
	background-color: #7aa5ba;
	padding: 35px;
}
.bloque-2 {
	background-color: #f45197;
	padding: 35px;
}
.bloque-3 {
	background-color: #005e85;
	padding: 35px;
}
#formacion {
	background-color: #7aa5ba;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
#primer-nivel {
    background-color: #7aa5ba;
    color: #fff;
    background-image: url(imgs/header-4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	height: 300px;
}
.txt-servicios {
	background-color: rgba(122,165,186,0.20);
	padding: 35px;
	text-align: center;
}
#contacto {
    background-color: #7aa5ba;
    color: #fff;
    background-image: url(imgs/header-5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	height: 300px;
}
.separator {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 5px;
	background-color: #fff;
}
.section-inside {
	padding-top: 50px;
	padding-bottom: 30px;
}
.fix-padding-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.grey-txt {
	color: #444444;
}
.orange-txt {
	color: #005e85;
}
.orange-link{
	color: #005e85;
	text-decoration: none;
}
.orange-link:hover{
	color: #005e85;
	text-decoration: underline;
}
.orange-bkg {
	background-color: #005e85;
}
.button-1 {
	margin-top: 10px;
	color: #fff;
	font-weight: 800;
	background-color: #005e85;
}
.whatsapp {
	position: fixed;
	bottom: 65px;
	right: 30px;
	cursor: pointer;
	z-index: 20000;
}

#footer {
    background-color: #7aa5ba;
	color: #fff;
	font-size: .7em;
	height: 80px;
	padding-top: 28px;
	padding-bottom: 40px;
}

.margin-top-aviso {
	margin-top: 200px;
}

li {
	margin-top: 15px;
}



@media only screen and (max-width: 1398px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {

}


@media only screen and (max-width: 768px) {


}





/*ANIMATIONS*/

		.scroll-watcher {
			height: 5px;
			position: fixed;
			top: 100px;
			z-index: 1049;
			background-color: #f45197;
			width: 100%;
			scale: 0 1;
			animation: scroll-watcher linear;
			animation-timeline: scroll();
		}

		@keyframes scroll-watcher {
			to { scale: 1 1;}
		}

		section img {
			scale: .6; opacity: 0;
			animation: fade-in linear forwards;
			animation-timeline: view();
			animation-range: entry 50px;
		}

		@keyframes fade-in {
			to { scale: 1; opacity: 1;}
		}

		section p {
			opacity: 0;
			animation: fade-in-txt linear forwards;
			animation-timeline: view();
			animation-range-start: 200px;
			animation-range-end: 700px;
		}

		@keyframes fade-in-txt {
			to { opacity: 1;}
		}


		.whatsapp:hover {
		  -webkit-animation-name: pulse;
		  animation-name: pulse;
		  -webkit-animation-duration: 1s;
		  animation-duration: 1s;
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
		  }
		  @-webkit-keyframes pulse {
		  0% {
		  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
		  }
		  50% {
		  -webkit-transform: scale3d(1.2, 1.2, 1.2);
		  transform: scale3d(1.2, 1.2, 1.2);
		  }
		  100% {
		  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
		  }
		  }
	