/* Site styles
-------------------------------------------------- */
@font-face {
  font-family: 'gobCL';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/gobcl_light.eot") format("eot"), url("../fonts/gobcl_light.woff") format("woff"), url("../fonts/gobcl_light.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gobcl_regular.eot") format("eot"), url("../fonts/gobcl_regular.woff") format("woff"), url("../fonts/gobcl_regular.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/gobcl_bold.eot") format("eot"), url("../fonts/gobcl_bold.woff") format("woff"), url("../fonts/gobcl_bold.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/gobcl_heavy.eot") format("eot"), url("../fonts/gobcl_heavy.woff") format("woff"), url("../fonts/gobcl_heavy.ttf") format("truetype");
}
.gobcl,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .subhead, .title, .headline, .display1, .display2, .display3 {
  font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
}
body{
	background-color: #fff;
	transition: all 0.25s ease-out;
	font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;	
	background: #e6e6e6;
	/*background:#514272;*/
}
a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

header {
    height: 80px;
    padding-top: 21px;
    background-color: #ffffff;
}
h2 {
    font-size: 2.5em;
    color: white;
}
h3,.h3,h5,.h5{
	font-weight: bold;
}
/*.preguntas-frecuentes div h2 {
    color: #0f1955 !important;
    padding: 30px;
}*/
a{
	color: #fff !important;
}

b, strong {
    font-weight: bold;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;	
}
.pasoapaso{
	background: #fff;
	text-align: center;
}
.my-5{
	padding:80px 100px 20px 100px;
	margin-top: 0px !important;	
	margin-bottom: 0px !important;
	background: #fff !important;
}
.my-3{
	margin-bottom: 0px !important;
}
.float-right {
    float: right!important;
}
.d-inline-block {
    display: inline-block!important;
}
.logo-img {
    margin-top: -26px;
}
.float-left {
    float: left!important;
}
.d-inline-block {
    display: inline-block!important;
}
.align-top {
    vertical-align: top!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: inherit;
}
.bg-img-hero {    
    background-color: #fff;		
}
.footer {
    bottom: 0;
    width: 100%;
    line-height: 1.5rem;
    background-color: #0f1e5c;
    color: #ffffff;
    position: relative;
}
.border-bottom {
    border-bottom: 1px solid #192e85 !important;
}
p {
    font-size: 1em;
    line-height: 1.37500rem;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    line-height: 22px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
	font-size: 18px;
}
footer a, footer a:visited, footer a:active {
    color: #ffffff;
}
a {
    text-decoration: none !important;
}
.relative {
    position: relative;
}
.fa-instagram, .fa-twitter, .fa-facebook-f, .fa-linkedin {
    padding: 5px 8px;
    display: flex;
    justify-content: space-around;
    transition: all 0.3s ease-in-out;
    color: #FFFFFF;
}
a i.fa-facebook-f:hover {
    color: #3B5998;
    background-color: #ffffff;
}
a i.fa-twitter:hover {
    color: #00acee;
}
a i.fa-instagram:hover {
    color: #bc2a8d;
}
.fa-instagram:hover, .fa-twitter:hover, .fa-facebook-f:hover, .fa-linkedin:hover {
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.vertical-align-bottom {
    position: absolute;
    bottom: 0;
}
#hands{
	margin-left: -15px;
	position: absolute;
	width: 100%;
	z-index: 3000;
	top:-250px;
}
.col-12, .col-md-9, .col-lg-9, .col-4, .col-md-4, .col-md-3, .col-lg-3, .col {
    float: left;
}
button.acordion, a.download {   
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    display: flex;
    font-size: 22px;
    transition: 1s;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
	padding-left: 20px;
	padding-right: 50px;
	z-index: 3001;	
}
textarea, select, input, button {
    outline: none !important;
}
button.acordion:after {
    font-family: "Font Awesome 5 Free";
    content: '\002B';
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 5px;    
    padding: 0px 14px;
	font-size:36px;
	top: 50%;
	margin-top: -27px;
}
button.acordion.preguntas:after {
    font-family: "Font Awesome 5 Free";
    content: '\002B';
    color: #128ec5;
    font-weight: bold;
    position: absolute;
    right: 5px;    
    padding: 0px 14px;
	font-size:36px;
	top: 50%;
	margin-top: -27px;
}
a.download:after {
    font-family: "Font Awesome 5 Free";
    content: '\f381';
    color: #128ec5;
    font-weight: bold;
    position: absolute;
    right: 5px;    
    padding: 0px 14px;
	font-size:24px;
	top: 50%;
	margin-top: -18px;
}
button.acordion.verde:after{
	color:#fff;
}
button.acordion.azul:after{
	color:#fff;
}
div.panel {
    padding: 0 18px;
    max-height: 0;    
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 18px;
    width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 3001;
	background: #fff;
}

div.panel p {    
	padding: 0px;
	line-height: 1.5;
}
.h4,h4{
	font-weight: bold;
}
#logo{
	width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#logo2{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;	
}
#logo3{
	position: relative;
    margin-left: 340px !important;
    width: 600px;
}
#logo4{
	position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}
#header{
	width: 100%;
	top:0;
	position: absolute;
}
.morado{
	background: #514272 !important;
	color: #fff !important;
}
.verde{
	background: #58BDB6 !important;
	color: #313E66 !important; 
}
.azul{
	background: #313E66 !important;
	color: #fff !important; 
}
.gris{
	background-color: #E8E8E8 !important;
	color: #525151 !important;
}
.gris ul li{
	color: #525151 !important;
}
.blanco{
	background: #fff;
}
.amarillo{
	background: #FFD351;
	/*color:#fff;*/
}
.morado ul li,.verde ul li,.azul ul li{
	color: #fff !important; 
}
ul li{
	padding-bottom: 2ex;		
}
.mt-5 img{
	max-height: 400px;
}
.nav{
	padding-top: 2ex;
}
.nav-link{
	border-right:solid 1px #fff;	
	color: #fff !important;
	padding: .5rem 2rem;
    font-size: 18px;
	font-weight: bold;
}
.img{
	padding-right: 50px;
	position: relative;
	padding-left: 120px;	
	overflow: hidden;
}

.nav-link img{
	position: absolute;
	top: 0;
	left: 0;
}
.navbar{
	padding:	0 !important;	
}
th{
	text-align: center;
	background: #58BDB6;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
td{
	padding-left: 10px;
	padding-right: 10px;
}
#slider{
	background: transparent;
	margin-bottom: -16px;
}
.flex-direction-nav{
	height: 0;
}
.globo {
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;    
    display: inline-block;
    font-weight: bold;
    line-height: 1.5em;
    margin-right: 5px;
    margin-top: 3px;
    text-align: center;
    width: 1.5em;
	height: 1.5em;
}
#empleador{
	background:#313E66;
	padding:50px;
	padding-bottom: 130px;
}
#empleador img{
	width: 300px;
	margin-left: -100px;
	margin-top: -50px;
}
#trabajador{
	background:#58BDB6;
	padding:50px;
	padding-bottom: 130px;
}
#trabajador img{
	width: 250px;
	margin-left: -100px;
	margin-top: -50px;
}
#padres{
	background:#58BDB6;
	padding:50px;
	padding-bottom: 130px;
}
#padres img{
	width: 300px;
	margin-left: -100px;
	margin-top: -50px;
}
#preguntasfrecuentes{
	background:#fff;
	padding:0px;
	padding-top: 0px;
}
.vertical-align-bottom img{
	bottom: 0px;
    position: absolute;
	width: 150px !important;
}
.siguenos{
	margin-top: 1rem!important;
    margin-bottom: 1rem !important;
}
.ban{
	padding: 20px 20px;
	position: relative;
	z-index: 3001;
	display:flex;
 	align-items: center;
	max-height: 130px;
	overflow: hidden;
}
#img_ban{
	width: auto;
}
.row-header{
	background:transparent;
}
#inicio {
	text-align: center;
}
#inicio h1{
	color: #313E66;
	padding-bottom: 30px;
	padding-top:20px
}
.botones{
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.rounded{
	padding: .5rem 1rem;
	border-radius: 1.5rem !important;	
}
#banner h1{
	color: #313E66;
	padding-bottom: 50px;
}
#empleador h1{
	color: #58BDB6;
	padding-bottom: 50px;
}
#trabajador h1{
	color:#313E66 ;
	padding-bottom: 50px;
}
.parrafo{
	width: 60%;
	line-height: 1.7;
	font-size: 17px;
	background: rgba(255,255,255,.7);
}
.inicio{
	padding-top: 30px;
	background-position-x: right !important;
	background-repeat: no-repeat !important;
}
.mb-4, .my-4 {
    margin-bottom: 1rem !important;
	font-weight: bold;
}
.mt-4, .my-4 {
    margin-top: 1rem !important;
	font-weight: bold;
}
h1{
	font-weight: bold;
}
.imgTitle{
	width: 300px;
}
.parrafo {
	width: 100% !important;
	line-height: 2rem !important;
	text-align: center;
	margin-bottom: 2.5rem;
}

/*Banner Modal*/
.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 900ms ease-in;
    -moz-transition: opacity 900ms ease-in;
    transition: opacity 900ms ease-in;
    pointer-events: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}
.open{
	opacity: 1;
	pointer-events: auto;
}
.modalbox{
    /*width: 570px;*/
	max-width: 800px;
    position: relative;
    padding: 5px 20px 13px 20px;
    /*background: #fff;*/
    border-radius:3px;
    -webkit-transition: all 900ms ease-in;
    -moz-transition: all 900ms ease-in;
    transition: all 900ms ease-in;     
	padding-top: 30px;
	top:-800px;
}
.modalbox img{
	width: 100%;
	max-width: 800px;
}
.movedown {
    margin: 0 auto;
}
.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}
.resize {
    margin: 10% auto;
    width:0;
    height:0;
}
.modalmask:target .movedown{       
    margin:10% auto;
}
.move{
	top:20px;
	-webkit-transition: all 900ms ease-in;
    -moz-transition: all 900ms ease-in;
    transition: all 900ms ease-in;      
}
.modalmask:target .rotate{     
    transform: rotate(360deg) scale(1,1);
        -webkit-transform: rotate(360deg) scale(1,1);
}
 
.modalmask:target .resize{
    width:400px;
    height:200px;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
 
}
.close:hover {
    background: #FAAC58;
    color:#222;
}
#modal-html5-video{
	width: 800px;
	height: auto;
}
#modal-html5-video video{
	width: 100%;
    height: auto;
}
#modal-html5-video .close{
	right: 10px;
    width: 40px;
}


.modal{	
	position: fixed !important;
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	margin-left: auto;
	margin-right: auto;
	left: 8%;
	right: 8%;
	display: block!important;
	top:-450px;
}
.colum.modal{
	top:-1000px;
}
.colum.modal.active{
	top:-50px;
}
.modal.active{
	top:50px;
}
.modal.active, .colum.modal.active{
	transform: translate(0,100px);
	-webkit-transform: translate(0,100px);
	-o-transform: translate(0,100px);
	-moz-transform: translate(0,100px);
	position: fixed !important;
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;	
}
#mute{
	bottom: 15px;
	position: absolute;
	left: 20px;
	color: #0f69b4;
	font-size: 2rem;
	cursor: pointer;
}
i.fa-volume-up{
	display: none;
}
.medial-controls-container{
	display: none !important;
}
#play{	
	bottom: 15px;
	position: absolute;
	left: 65px;
	color: #0f69b4;
	font-size: 2rem;
	cursor: pointer;
}
.container{
	position: relative;
	z-index: 0;
}
.columna{
	padding: 0;
	padding-bottom: 60px;
}
.columna .globo{
	margin-top: 3rem;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-left: 0;
}
.modal .globo {
	font-size: 2rem;
}
.columna a, .columna .title{	
	display: block;
	width: 100%;
	margin-bottom: 100px;
}
.columna img{
	width: 6rem;
	margin-bottom: 1rem;
	position: absolute;
	left: 50%;
	margin-left: -3rem;
	bottom: 65px;
}
.columna .footer{
	position: absolute;
}
.columna .footer a{
	padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0;
}
.colum{
	background: transparent;
	border: none;
	box-shadow: none;
	left: 0 !important;
	right: 0 !important;	
	width: 800px !important;
}
.colum .modal-dialog {
	max-width: 800px !important;
}
.modal .globo{
	position: absolute;
	margin-left: 50%;
	left: -18px;
	top: 20px;
}
.modal-body{
	line-height: 1.7;
	overflow: hidden;	
	padding-right: 0;
	padding-left: 0;
}
.modal-title{
	text-align: center;
	width: 100%;
	padding-top: 1.5rem;
}
.modal-title h4{
	text-transform: capitalize
}
.modal img{
	height: 70px;	
	position: absolute;
	top: 20px;
	margin-left: 50%;
	left: -120px;
	width: auto;
}
.modal img.fondo{	
	top: 8rem;
    z-index: 3;
    height: auto;
    width: 500px;
    margin-left: 50%;
    left: -250px;
	z-index: 1;
}
.modal-content{
	padding: 50px 10px 10px;
	overflow: hidden;
}
/*.modal-body img{
	height: 100%;
	width: auto;
	margin-left: 50%;
	left: -200px;
	z-index: 1;
}*/
.texto{
	position: relative;
	z-index: 1;
}
.texto a{
	text-decoration: underline!important;
}
.texto.row{
	margin-top: -16px;
    padding-left: 10px;
    padding-right: 10px;
}
.texto.row .col-lg-4:not(:last-child){
	border-right: solid 10px #fff;
	padding-top: 15px;
	border-bottom: solid 10px #fff;	
}
.texto.row .col-lg-4:last-child{
	padding-top: 15px;
	border-bottom: solid 10px #fff;	
}
/*Page*/
/*Responsive*/
@media only screen and (max-width: 800px) {	
	.rounded{
		font-size: 12px;
	}
	.texto.row{
		padding: 0;
	}
	.texto.row .col-lg-4{
		border-right: none!important;
	}
	button.acordion, a.download {  
		padding-left: 0!important;
	}
	h4{
		margin-bottom: 0!important;
	}
	.columna .globo {
    	margin-top: 2rem!important;
	}
	.columna img{
		margin-left: -70px!important;
		bottom: 30PX!important;
		width: 7rem!important;
	}
	.columna .footer{
		margin-right: 0.5rem!important;
	}
	.columna .footer a{		
		padding: 1rem 2rem!important;
	}
	.footer{
		right: 0;
		width: auto;
		bottom: 40px !important;
	}
	.columna{
		padding-bottom: 0;
		padding-left: 0.5rem !important
	}
	.columna .globo{
		float: left!important;
		margin-right: 100%!important;
		margin-left: 30px;
	}
	.columna .title {	
		width: 30%!important;
		margin-bottom: 30px!important;
		text-align: center!important;
	}
	.colum.modal.active{
		top: -90px!important;
	}
	.moda-body{
		line-height: 1;
	}
	.imgTitle{
		width: 100%;
	}
	#inicio h1 {		
		width: 100% !important;
		text-align: center !important;
	}
	.parrafo {
		width: 100% !important;
		line-height: 2rem !important;
		text-align: center;
	}
	.inicio{
		padding-top: 0px !important;
		background-position-x: 100px !important;
		background-position-y: 100px !important;
		background-size: contain !important;
	}
	#logo{
		width:70px;
	}
	#logo2{			
    	width: 100px;
    	top: 0;
	}	
	#logo3{
		width: 250px;
		padding-right: 20px;
		margin-left: auto !important;
	}
	#logo4{
		width: 100px;
	}
	#play,#mute{
		font-size: 1rem;
	}
	#play{
		left: 45px;
	}
	.row{
		margin: 0px;
	}
	body{
		padding-left: 15px;
		padding-right: 15px;
	}
	h1,.h1{
		font-size: 1.5rem;
		padding-bottom: 15px !important;	
	}
	h4,.h4{
		font-size: 18px;
	}
	h3,.h3{
		font-size: 19.5px;
	}
	button.acordion {
		padding-left: 0px;
		padding-right: 0px;
	}
	div.panel{
		padding: 0;
		font-size: 16px;
	}
	p{
		font-size: 16px;
	}
	.container{
		padding: 0 !important;
	}
	.container.my-5{		
		padding: 10px 0px 20px 0px!important;
	}
	#empleador img{
		width: 200px;
    	margin-left: auto;
	}
	#trabajador img{
		width: 200px;
    	margin-left: auto;
	}
	#empleador,#trabajador{
		padding: 0;
		padding-top: 50px;
	}
	.nav-link{
		height: 40px;
		font-size: 10px;
		padding-top: 15px;
		padding-left: 5px;
	}
	.nav-link.img{
		padding-left: 40px;
    	padding-right: 10px;    	
	}
	img{
		width: 40px;
	}
	.nav{
		margin-left: 20%;
	}
	#img_ban{
		width: 100%;
		margin-top: 15%;
	}
}
.row.header{
	background: #2F294F;
}
@media (min-width: 576px){
	/*.container {
		max-width: 540px;
	}*/
	.columna .globo{
		margin-left: 60px;
	}
}
@media (min-width: 768px){
	/*.container {
		max-width: 720px;
	}*/
	.container {
		max-width: 100%;
	}
	.columna .globo{
		margin-left: 0;
	}
}
@media (min-width: 992px){
	/*.container {
		max-width: 960px;
	}*/	
	.columna .globo{
		margin-left: 0;
	}
}
@media (min-width: 1200px){
	.container {
		max-width: 1140px;
	}	
	.columna .globo{
		margin-left: 0;
	}
}