@import url('https://fonts.googleapis.com/css?family=Lato:400,700');


a{text-decoration: none;}
h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
}
p{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-align: justify;
texto-justify: inter-palabra;
}
input,select{
	font-family: 'Nanum Gothic', sans-serif;
}
.formAdm input:focus, .formAdm select:focus{
	border:1px solid #C00202 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#playMsmAdm:hover{
background: rgba(255,255,255,0.5);
}

.dominio:hover{cursor:pointer;  text-decoration: underline;}

body{
	overflow-x:hidden;
	font-family:'Lato', sans-serif;
	/*color:#505962;*/
	background: #FFFFFE;
	
}

.navbar{
	background:none;
	
}



.cambiaColorMenu{
	background:#b8b8b8;
	transition:all 1s ease;
	
}
.btnReg{background:red;color:white;}
.navbar-brand img{
	height:2rem;
}

.sociales{display:flex;}
.sociales li{list-style:none;margin:5px;}
.sociales li a{font-size:16px;text-decoration:none;background:rgba(255,255,255,0.5);border-radius:5px;padding:5px 10px 5px 10px;}
.sociales li a:hover{background:rgba(255,255,255,0.7);transition:1s all ease;}
.sociales li a i{text-decoration:none;color:white;}
.video-background{
	position:relative;
	width:100%;
	height: 100%;
	min-height:100vh;
	/* background-color:rgba(0,0,0,0.5); */
}
.video-background2{
	position:relative;
	width:100%;
	height: 300px;
	min-height:30vh;
	background-color:rgba(0,0,0,0.5);
}
.video-background2 img{
	width: 100%;
justify-content: center;	
}
.imgPortadas{
	height: 100%;
}
.caption{
	position:absolute;
	top:38%;
	width:100%;
	color:white;
}
.caption h1{
	font-size:3rem;
	font-weight:700;
	letter-spacing:.2rem;
	text-shadow:.1rem .1rem .8rem black;
	padding-bottom:1rem;
}
.caption h3{
	font-size:2rem;
	text-shadow:.1rem .1rem .5rem black;
	padding-bottom:1.6rem;
}
.botonEmpezar{
	border-width:medium;
	border-radius:0;
	font-size:1.1rem;
	padding:.6rem 1.3rem;
}



.cartel::after{
	content:'';
	background-color:transparent;
	display:block;
	width:50%;
	margin:0 auto;
	position:relative;
	left:auto;
	margin-top:-40px;
}
.cuadradoSobre{
	background-color:#C00202;
	position:relative;
	width:70%;
	padding:20px;
	margin-top:-20px;
	z-index:10;
	color:white;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	
}
.textAdmision{
	box-shadow:0 0 10px rgba(192,2,2,0.2);border-radius:8px;padding: 25px;box-sizing: border-box;
}
.divWhatsapp{
		position:fixed;
	right:30px;
	top:510px;
	z-index:2000;
	
}


/*estilos para las img de inicial y primaria del index*/
.contenedor{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	
}
.contenedor figure{
	position:relative;
	height:350px;
	width:450px;
	overflow:hidden;
	border-radius:6px;
	box-shadow:0px 15px 25px  rgba(192,2,2,0.2);
	cursor:pointer;
}
.contenedor figure img{
	width:100%;
	height:100%;
	transition:all  500ms ease-out;
	
	
}
.contenedor figure .capa{
	position:absolute;
	top:0;
	
	width:100%;
	height:100%;
	background:rgba(248, 88, 139,0.4);
	transition:all  500ms ease-out;
	opacity:0;
	visibility:hidden;
	text-align:center;
	
}
.contenedor figure:hover > .capa{
	opacity:1;
	visibility:visible;
}
.contenedor figure:hover > .capa h3{
	margin-top:30px;
	margin-bottom:15px;
	transition:all  500ms ease-out;
}
.contenedor figure:hover > img{
	transform:scale(1.3);
}
.contenedor figure  .capa h3{
	color:white;
	font-weight:400;
	margin-bottom:120px;
	margin-top:30px;
}
.contenedor figure  .capa p{
	color:white;
	font-size:15px;
	line-height:1.5;
	width:100%;
	max-width:220px;
	margin:auto;
	
}
/*estilos para las img de inicial y primaria del index*/





/*estilos para el slider 3d index*/
.sb-slider {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.sb-slider li {
    margin: 0;
    padding: 0;
    display: none;
    overflow: hidden;
}

.sb-slider li > a {
    outline: none;
}

.sb-slider li > a img {
    border: none;
}

.sb-slider img {
	width: 100%;
    max-width: 100%;
    display: block;
	height:530px;
}

.sb-description {
    padding: 20px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    border-left: 4px solid #fff;
    opacity: 0;
    color: #fff;

    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.sb-slider li.sb-current .sb-description {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    background: rgba(0, 0, 0, 0.8);
}

.sb-perspective {
    position: relative;
}

.sb-perspective > div {
    position: absolute;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sb-side {
    margin: 0;
    display: block;
    position: absolute;

    -moz-backface-visibility: hidden;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/* custom style */
.contenedorSlide {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    position: relative;
}


.sb-description h3 {
    font-size: 20px;
}

.sb-description h3 a {
    color: #4a3c27;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.nav-arrows {
    display: none;
}

.nav-arrows a {
    width: 42px;
    height: 42px;
    background: #000 url(https://tympanus.net/Development/Slicebox/images/nav.png) no-repeat top left;
    background-size: cover;
    opacity: 0.6;
    position: absolute;
    top: 45%;
    left: 20px;
    text-indent: -9000px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 300ms;
}

.nav-arrows a:first-child {
    left: auto;
    right: 20px;
    background-position: top right;
}

.nav-arrows a:hover {
    opacity: 1;
    transform: scale(1.1);
}

/*estilos para el slider 3d index*/
.divTitu{
	width:100%;
	padding:15px;
	text-align:center;
	background:#C00202;
	color:white;
	border-left:5px solid black;
	box-shadow:0 0 10px rgba(0,0,0,0.5);border-radius:8px;padding: 25px;box-sizing: border-box;
}
.divTitu h2{
	animation:animacion1 .5s alternate infinite ease-in;
}

.divTitu2{
	width:100%;
	padding:15px;
	text-align:center;
	background:#C00202;
	color:white;
	border-right:5px solid black;
	float:right;
	box-shadow:0 0 10px rgba(0,0,0,0.5);border-radius:8px;padding: 25px;box-sizing: border-box;
}
.divTitu2 h2{
	animation:animacion1 .5s alternate infinite ease-in;
}

.imgCaracte{
	border-radius: 50%;
	box-shadow:0 0 10px rgba(0,0,0,0.5);border-radius:8px;padding: 25px;box-sizing: border-box;
}

.imgCaracte img{
	width: 100%;
	height: 100%;
}

.imgCaracte:hover{
	transition:all  500ms ease-out;
	transform:scale(1.1);
}


/*IMG FLOTANTE DE ADMISION AL INICIO*/
#closeImgAdmin{
	cursor:pointer;
}
.divFormIniciAdmin{
	width: 350px;
	height: 400px;
	padding: 10px;

	background: white;
	position:fixed;
	right:10px;
	top:70px;
	z-index:2000;
	box-shadow:0 0 15px rgba(192,2,2,0.2);
}
/*IMG FLOTANTE DE ADMISION AL INICIO*/



/*animaciones creadas para usar*/
@keyframes animacion1{
	0%{
		transform:translateY(-10%);
	}
	100%{
		transform:translateY(0%);
	}
}
/*animaciones creadas para usar*/



/*grados de INICIAL*/
.pt-resume{
	background-color: #fff;
}
.pt-resume h2{color: #C00202;}
.pt-resume h4{
	color: #C00202;
}
#resume:target .pt-resume {
	transition-delay: .3s;
}
.page .header-page {
	position: relative;
	text-align: center;
}
.page .header-page:after,
.page .header-page:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	left: calc(50% - 46px);
	bottom: -19px;
	background-color: #C00202;
}
.page .header-page:before {
	left: calc(50% + 16px);
}
.page .header-page span {
	position: absolute;
    width: 35px;
    height: 17px;
    left: calc(50% - 17px);
    margin-top: 10px;
}
.page .header-page span:before,
.page .header-page span:after {
    content: '';
	position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #0e0f10;
    -moz-border-radius: 50px 50px 0;
    border-radius: 50px 50px 0 50px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page .header-page span:after {
    left: auto;
    right: 0;
    -webkit-border-radius: 50px 50px 50px 0;
    border-radius: 50px 50px 50px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page .header-box,
.blog-page .header-box {
	position: relative;
	text-align: center;
}
.page .header-box:before,
.blog-page .header-box:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: calc(50% - 7px);
    bottom: -16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #0e0f10;
}
.page .header-box h3:before,
.blog-page .header-box h3:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	left: calc(50% - 45px);
	bottom: -10px;
	background-color: #0e0f10;
}
.page .header-box h3:after,
.blog-page .header-box h3:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	left: calc(50% + 15px);
	bottom: -10px;
	background-color: #C00202;
}
.page .box,
.blog-page .box {
	position: relative;
	padding: 30px;
	background-color: #f0f1f5;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page .box:hover,
.blog-page .box:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

/*grados de INICIAL*/



/*galeria de nosotros*/
div#background {
	height: auto;
	width: 100%;

  }
  
  div#gallery {
	width: 100%;
	text-align: center;
	
  }
  
  
  #background img {
	  width: 100%;
	height: 200px;
	margin: 0px;
  }
  
  #background figure {
	/*float: left;*/
	position: relative;
	background-color: white;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	margin: 10px;
	box-shadow: 1px 2px 3px black;
  }
  
  figure.pic1 {
	-webkit-transform : rotate(-10deg);
	z-index: 1;
  }
  
  figure.pic2 {
	-webkit-transform : rotate(15deg);
	z-index: 2;
  }
  
  figure.pic3 {
	-webkit-transform : rotate(-25deg);
	z-index: 1;
  }
  
  figure.pic4 {
	-webkit-transform : rotate(5deg);
	z-index:1;
  }
  
  figure.pic5 {
	-webkit-transform : rotate(5deg);
	z-index:1;
  }
  
  figure.pic6 {
	-webkit-transform : rotate(-8deg);
	z-index:1;
  }
  
  figure.pic7 {
	-webkit-transform : rotate(2deg);
	z-index:1;
  }
  
  figure.pic8 {
	-webkit-transform : rotate(-13deg);
	z-index:1;
  }
  
  figure.pic9 {
	-webkit-transform : rotate(-7deg);
	z-index:1;
  }
  
  figure.pic10 {
	-webkit-transform : rotate(2deg);
	z-index:1;
  }
  
  figure.pic11 {
   -webkit-transform : rotate(-3deg);
	z-index:1;
  }
  
  #background figure:hover {
	box-shadow: 5px 10px 100px black;
	-webkit-transform: scale(1.5,1.5);
	z-index: 20;
  }

  /*galeria de nosotros*/



/*estilos para galeria de ambientes*/
.itemG{
	transition:.5s ease-in-out;
}
.itemG:hover{
	filter:brightness(80%);
}
/*estilos para galeria de ambientes*/


.videoFace{
	overflow-y:scroll;
}
.divgFace{
	padding:15px;
	box-shadow:0px 15px 25px  rgba(0,0,0,0.5);
	box-sizing:border-box;
}


/*MAPA CONTACTO*/
#map-canvas{
	width: auto;
	height: 500px;
}

#info{
	color: #222;
}

.lngLat{
	color: #fff;
	margin-bottom: 5px;
}
 
  .one{
	padding-left: 250px;
  }
    
  .two {
	padding-left: 34px;
  }
    
/*MAPA CONTACTO*/








/*TARJETAS TALLERES*/
.show-card {
	animation: fade-in 0.4s 1s forwards ease-out;
	background: #fff;
	border-radius: 4em;
	border: 0.25em solid #1fa756;
	color: #1fa756;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	opacity: 0;
	padding: 1em 2em 1em 2em;
	position: absolute;
	outline: none;
  }
  
  .show-card.hide {
	animation: fade-out 0.4s forwards ease-out;
  }
  /* Image on the button */
  .show-card img {
	border-radius: 50%;
	left: 0.3em;
	position: absolute;
	top: 0.25em;
	width: 4em;
  }
  
  .cardTaller {
	/* bottom: calc(50% - 8em);*/
	display: none;
	height: 16em;
	/*left: calc(50% - 10em);*/
	position: absolute;
	transition: all 0.4s 0.4s cubic-bezier(.5,.2,.43,1.33);
	width: 20em;
  }
  
  .close {
	color: #aaa;
	cursor: pointer;
	height: 1em;
	opacity: 0;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	width: 1em;
	z-index: 10;
  }
  
  .details {
	position: absolute;
	bottom: 2.5em;
	background: #f2f2f2;
	border-radius: 0.25em;
	height: 0;
	overflow: hidden;
	text-align: center;
	width: 20em;
  }
  
  .name {
	color: #333;
	font-weight: bold;
	opacity: 0;
	margin: 3em 0 0;
  }
  
  .description {
	color: #666;
	font-size: 1em;
	font-weight: 200;
	line-height: 1;
	opacity: 0;
	margin: 0.75em 2em 2em;
  }
  
  .headshot img {
	border-radius: 50%;
	border: 0.5em solid #fff;
	display: block;
	height: 6em;
	margin: -3em auto 0.5em;
	width: 6em;
	opacity: 0;
	transform: translateZ(0);
  }
  
  .icon-bar {
	background: #1fa756;
	border-radius: 0.25em;
	height: 4em;
	left: -1em;
	position: absolute;
	right: -1em;
	top: 13em;
  }
  
  .icon-bar ul {
	display: flex;
	flex-display: column;
	flex-wrap: nowrap;
	padding: 0;
  }
  
  .icon-bar li {
	display: inline-block;
	font-size: 2em;
	padding: 0 1em;
	opacity: 0;
	width: 33%;
  }
  
  .icon-bar a {
	color: #fff;
	text-decoration: none;
  }
  
  /* ANIMATIONS */
  
  /* Show state */
  
  .cardTaller.show .details {
	animation: show-detail-container 0.7s 0.55s forwards cubic-bezier(.54,-0.38,.34,1.42);
  }
  .cardTaller.show .name {
	animation: fade-in 0.3s 1.3s forwards, pop-in 0.3s 1.3s forwards cubic-bezier(.64,1.87,.64,.64);
  }
  .cardTaller.show  .description {
	animation: fade-in 0.3s 1.4s forwards, pop-in 0.3s 1.4s forwards cubic-bezier(.64,1.87,.64,.64);
  }
  .cardTaller.show .headshot img {
	animation: fade-in 0.4s 1.2s forwards, pop-in 0.6s 1.2s forwards cubic-bezier(.64,1.87,.64,.64);
  }
  .cardTaller.show .icon-bar {
	animation: show-icon-bar .5s forwards cubic-bezier(.64,1.87,.64,.64);
  }
  
  .cardTaller.show .icon-bar li {
	animation: show-icon 0.5s forwards cubic-bezier(.64,1.87,.64,.64);
  }
  
  .cardTaller.show .icon-bar li:nth-child(1) {
	animation-delay: 1.8s;
  }
  .cardTaller.show .icon-bar li:nth-child(2) {
	animation-delay: 1.9s;
  }
  .cardTaller.show .icon-bar li:nth-child(3) {
	animation-delay: 2s;
  }
  
  .cardTaller.show .close {
	animation: fade-in 0.3s 1.3s forwards;
  }
  
  /* Hide state */
  
  .cardTaller.hide {
	animation: drop-card 1s forwards cubic-bezier(.54,-0.38,.34,1.42);
  }
  
  /* Animations */
  
  @keyframes fade-in {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  
  @keyframes fade-out {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }
  
  @keyframes show-icon-bar {
	0% {
	  height: 0;
	}
	100% {
	  height: 4em;
	}
  }
  
  @keyframes show-icon {
	0% {
	  opacity: 0;
	  transform: rotateZ(-40deg);
	}
	100% {
	  opacity: 1;
	  transform: rotateZ(0);
	}
  }
  
  @keyframes show-detail-container {
	0% {
	  height: 0;
	}
	100% {
	  height: 13.5em;
	}
  }
  
  @keyframes pop-in {
	0% {
	  transform: scale(0.7);
	}
	100% {
	  transform: scale(1)
	}
  }
  
  @keyframes drop-card {
	100% {
	  bottom: -100%;
	  transform: rotateZ(20deg);
	  opacity: 0;
	}
  }
  /*TARJETAS TALLERES*/















/**FOOTER*/
footer{
	width: 100%;
	padding: 50px 0px;
	background-image:url("img/background-footer.svg");
	background-size: cover;
	/*CAMBIA COLOR DEL SVG background-color: #d0f0f8;
	-webkit-mask-image:url("../img/background-footer.svg");
	mask-image:url("../img/background-footer.svg");
	-webkit-mask-size:cover;
	mask-size:cover;*/
}
.container_footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	margin: auto;
	margin-top: 100px;
}
.box_footer{
	display: flex;
	flex-direction: column;
	padding: 20px;
}
.box_footer .logo img{
width: 180px;
}
.box_footer .terminos{
max-width: 350px;
margin-top: 20px;
font-weight: 500;
color:#000;
font-size: 18px;
}
.box_footer h2{
	margin-bottom: 30px;
	color: #c00202;
	font-weight: 700;
}
.box_footer a{
	margin-top: 10px;
	color:#000;
	font-weight: 600;

}
.box_footer a:hover{
	opacity: 0.8;
}
.box_footer a .fab{
	font-size: 20px;
}

.box_copyright{
	max-width: 1100px;
	margin:auto;
	text-align: center;
	padding: 0px 40px;
}
.box_copyright p{
	margin-top: 20px;
	color:#000;
}
.box_copyright hr{
	border: none;
	height: 1px;
	background-color:#7a7a7a;
}
/**FOOTER*/

.imgWhat{
	background-image: url("img/whatsapp.svg");
}

@media (max-width: 768px) { 
	.caption h1{
		font-size:1.4rem;
		letter-spacing:.15rem;
		padding-bottom:.5rem;
	}
	.caption h3{
		font-size:1.1rem;
		padding-bottom:1.2rem;
	}
	
	.botonEmpezar{
		font-size:1rem;
		padding:.5rem 1rem;
	}
	
	/*slider 3d*/
	.nav-arrows a {
        width: 32px;
        height: 32px;
    }
    
    .sb-description {
        height: 30px;
    }
    
    .sb-description h3{
        margin: 3px;
    }
	/*slider 3d*/

}

@media (max-width: 468px) { 


	.multistep-container .active-button li:not(:first-child) .round-btn:before{
		position: absolute;
		content: '';
		width: 68px;
		height: 3px;
		background-color: #ccc;
		left: -68px;
		top: 50%;
		transform: translateY(-50%);
		z-index: -1;
	
	}
}

/*============= COURSE SECTION =============*/

.col-md-8 {
  margin: 2rem auto 8rem;
  padding-top: 2rem;
}
.col-md-8 h1 {
    font-size: 2.4rem;
  }
.btn-secondary {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: #1EBBA3;
  background-color: #1EBBA3;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #189582;
  background-color: #189582;
  color: white;
}




/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/