/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/templates/heroic-features)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-heroic-features/blob/master/LICENSE)
 */

 /*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face{
	font-family:'fontasc';
	src:url("fontasc.otf");
}

@font-face{
	font-family:'fontascbold';
	src:url("fontascbold.otf");
}

 /*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
body{
	font-family:fontasc;
	margin:0;
	background-color:#ffffff;
	color:#808080;
}

 /*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
h1{
	font-family: 'fontascbold';
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
}

h2{
	font-family: 'fontascbold';
	font-weight:bold;
	text-align: left;
}

h3{
	font-family: 'fontascbold';
	font-weight: normal;
	text-align: left;
}

h4{
	font-weight: bold;
	text-align: left;
}

h5{
	font-weight: bold;
	text-align: left;
}

h6{
	font-weight: bold;
	text-align: left;
}
 /*--------------------------------------------------------------
# Paragraph / list
--------------------------------------------------------------*/
p{
	font-family: 'fontasc';
	text-align: left;
	font-size: 16pt;
}

li{
	font-family: 'fontasc';
	text-align: left;
	font-size: 16pt;
}


.txt-sec-encasa{
	font-family: 'fontascbold';
	font-weight: normal;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.ico-sec-encasa{
	font-family: 'fontascbold';
	font-weight: bold;
	text-align: center;
	font-size: 5rem;
	color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 /*--------------------------------------------------------------
#  Background Niveles Educativos
--------------------------------------------------------------*/
.bg-preescolar{
	background-color: #00BED6;
}

.bg-primaria{
	background-color: #FFAB4D; 
}

.bg-secundaria{
	background-color: #FF7276; 
}
 /*--------------------------------------------------------------
#  Color texto Niveles Educativos
--------------------------------------------------------------*/
.tx-preescolar{
	color: #00BED6;
}

.tx-primaria{
	color: #FFAB4D; 
}

.tx-secundaria{
	color: #FF7276; 
}

 /*--------------------------------------------------------------
#  
--------------------------------------------------------------*/
.display-3{
	width: 25%;
	margin: auto;
}
.display-2{
	font-size: 3rem;
	text-align:center;
}
.interior{
	width: 20%;
}
.lead{
	text-align: center;
}
.bg-asc{
	background-color: #002363;
}
.bg-asc a{color:#ffffff;}

.line{border-top: 1px solid #E8E8E8; margin: 15px 0px 15px 0px;
}

@media (min-width: 1200px) {
.sizeslide{ width: 100%; height: 650px;}
}

@media (max-width: 1199px) {
	.sizeslide{ width: 100%; height: 400px;}
	}

svg {min-width: 25px; min-height: 25px;

	}

.iconos-titulos {width: 36px; height: 36px; padding-right: 10px;

	}
#navbarNav .nav-link{
	font-size: 1rem;
	font-family: 'Arial Narrow';
	padding: 0.4 0 0.4 0;
}

.nino{
	max-height: 250px;
	margin: auto;
}
.backcuadrito1{
	background-image: url(../files/componentes.png);  
	background-repeat: no-repeat;
	background-size: 80%; height: 21rem;
}
@media (max-width: 1130px) {

	.textsize{
	font-size: 4vmin;

	}

	}

	.sombratexto{
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.90);
	}


.fuente-p{
	font-size: 1rem;
	padding: 1 0 1 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-style {
    padding-top: 50px;
    background-color: #002363;
}
.footer-style a{
	font-size: 1rem;
	color: #ffffff;
	transition: 0.5s;
}
.footer-style a:hover{
	color: #00BED6;
	text-decoration: none;
}
footer {
  color: white;
}
footer .social-icon {
    display: inline-block;
    width: 1.2rem;
    text-align: center;
}
footer h3 {
  margin-bottom: 10px;
  color: rgb(100, 145, 255);
  font-size: 1.2rem;
}
footer .footer-col {
  margin-bottom: 25px;
  color: #ffffff;
  text-align: left;
  line-height: 25px;
}
@media (max-width: 770px) {
	footer .footer-col {
		text-align: center;
	  }
}

.encasamegamenu a{
	color:#636363;
	text-decoration: none;
	transition: 1s;
}
.encasamegamenu a:hover{
	color:#2e0069;
	text-decoration: none;
	transition: 0.3s;
}
/*-------------------------------------------------------------
#Vimeo
--------------------------------------------------------------*/
.video-vimeo{
	padding:56.25% 0 0 0;
	position:relative;
	border-radius: 10px;
	background-color: #9cafd993;
}

.embed-responsive{
	background-color: #000;
}
/*--------------------------------------------------------------
# Chat
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/
/* The flip card container */
.flip-card {
	width: 300px;
	height: 200px;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
  }
  .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
  }
  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
  }
  .flip-card-front {
	/* background-color: #bbb; */
	color: black;
  }
  .flip-card-back {
	background-color: dodgerblue;
	color: white;
	transform: rotateY(180deg);
  }
/* The flip card container */
.card-p {
	font-size: 12pt;
	line-height: 1;
}
.card-flip > div {
	backface-visibility: hidden;
	transition: transform 300ms;
	transition-timing-function: linear;
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
  }
  
  .card-front {
	transform: rotateY(0deg);
  }
  
  .card-back {
	transform: rotateY(180deg);
	position: absolute;
	top: 0;
  }
  
  .card-flip:hover .card-front {
	transform: rotateY(-180deg);
  }
	
  .card-flip:hover .card-back {
	transform: rotateY(0deg);
  }