body, #footer, h1, h2, h3, p, span, li, ul, ol{
	font-family: 'roboto slab' !important;
	/*font-family: 'Century Gothic';*/
}
/*section{
	border-bottom: rgba(0,0,0,.1) 0px solid !important;
}*/

.fade {opacity: 1 !important;}
.wrap{
	width: 100%;
	margin-left: 20px;
	padding-right: 20px !important;
}

.main{
	height: 950px;
	background: #00C9FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #92FE9D, #00C9FF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #92FE9D, #00C9FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

header{
	position: fixed;
	width: 100%;
	z-index: 1;
	background-color: #eaeaea;
}

.btn-menu, .img-menu{float: left;}
.img-menu{margin-left: 20px;}
.img-100{width: 100%;}
.img-max-width-100{height: auto;max-width: 100%;width: auto;}
.div-block-3 .fa:hover, .div-block-3 a:hover{color: #f37167 !important;}

/*#478c47 - #00d168*/
/* Amarillo  */
.maternal, li > a.maternal{color:#ffe000 !important;}
/* Naranja  */
.contacto , li > a.contacto, .bachillerato, li > a.bachillerato,
.inscripciones, li > a.inscripciones, .preescolar, li > a.preescolar
{color:#ed5a28 !important;}
/* gris  */
.home{color: #6b7989 !important;}
/* Azul  */
.secundaria,
.control, .noticias{color: #0964ff !important;}
/* Verde  */
.primaria, .ventana,
.english, .oferta{color:#00ba80 !important;}
/* Nuevo color*/
.azulgris{color: #2b2b6a !important;}

/* Nuevo color*/
li.active > .azulgris, .azulgris:focus{
	color: white !important;
	background: #2b2b6a !important;
}
.azulgris:hover{
	color: white !important;
	background: #4b4b80b5 !important;
}
/*#478c47 - #00d168*/
/* Amarillo  */
.maternal:hover, li.active > .maternal, .maternal:focus{
	color: white !important;
	background: #ffe000 !important;
}
/* Naranja  */
.contacto:hover, li.active > .contacto, .contacto:focus,
.bachillerato:hover, li.active > .bachillerato, .bachillerato:focus,
.inscripciones:hover, li.active > .inscripciones, .inscripciones:focus,
.preescolar:hover, li.active > .preescolar, .preescolar:focus{
	color: white !important;
	background: #ed5a28 !important;
}
/* gris  */
.home:hover, li.active > .home, .home:focus{
	color: white !important;
	background: #6b7989 !important;
}
/* Azul  */
.secundaria:hover, li.active > .secundaria, .secundaria:focus,
.control:hover, li.active > .control, .control:focus,
.noticias:hover, li.active > .noticias, .noticias:focus{
	color: white !important;
	background: #0964ff !important;
}
/* Verde  */
.primaria:hover, li.active > .primaria, .primaria:focus,
.ventana:hover, li.active >.ventana, .ventana:focus,
.english:hover, li.active > .english, .english:focus,
.oferta:hover, li.active > .oferta, .oferta:focus{
	color: white !important;
	background: #00ba80 !important;
}

.text-verde, .text-verde h4, .text-verde h3{color: #478c47;}

.title-yellow{
  padding: 5px 20px 5px 20px;
  font-size: 24px;
  background: #ffe000;
  color: #ff600f;
  font-weight: bold;
}
.text-white{
	color: white;
    font-weight: bold;
}

.text1{
  position: absolute;
  top: 40%;
  font-size: 3.5vw;
  letter-spacing: 0.25em;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.box-info-one{display: flex;}
.box-img-flex{
	display: flex;
    width: 50%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
.box-inf-flex{
	display: flex;
	width: 50%;
	flex-direction: row;
	align-items: center;
}
.box-inf-flex div{padding: 45px;}
.box-inf-flex p{text-align: justify;}

.box-inf-flex h1, .box-inf-flex h2,
.box-inf-flex h3, .box-inf-flex h4{ 
	color: white !important;
}
/* font-size */
.font-size-16{font-size: 16px !important;}
.font-size-17{font-size: 17px !important;}
.font-size-18{font-size: 18px !important;}
.font-size-19{font-size: 19px !important;}
.font-size-20{font-size: 20px !important;}
.font-size-21{font-size: 21px !important;}
.font-size-22{font-size: 22px !important;}
.font-size-23{font-size: 23px !important;}

.margin-20{margin: 20px;}
.margin-30{margin: 30px;}
.margin-40{margin: 40px;}
.margin-50{margin: 50px;}
.margin-60{margin: 60px;}
.margin-70{margin: 70px;}
/**/
.margin-top-100{margin-top: 100px;}
.margin-top-110{margin-top: 110px;}
.margin-top-120{margin-top: 120px;}
.margin-top-130{margin-top: 130px;}
.margin-top-140{margin-top: 140px;}
.margin-top-150{margin-top: 150px;}
.margin-top-160{margin-top: 160px;}
/**/
.margin-bottom-20{margin-bottom: 20px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-bottom-40{margin-bottom: 40px;}
.margin-bottom-50{margin-bottom: 50px;}
.margin-bottom-60{margin-bottom: 60px;}
.margin-bottom-70{margin-bottom: 70px;}

.max-width-200{max-width: 200px;margin: 0 auto;}
.max-width-400{max-width: 400px;margin: 0 auto;}
.max-width-500{max-width: 500px;margin: 0 auto;}
.max-width-600{max-width: 600px;margin: 0 auto;}
.max-width-700{max-width: 700px;margin: 0 auto;}
.max-width-800{max-width: 800px;margin: 0 auto;}
.max-width-900{max-width: 900px;margin: 0 auto;}


.height-150{height: 150px;}
.height-350{height: 350px;}
/* Card */
.container-card{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.container-card .card-move{
    position: relative;
    cursor: pointer;
}

.container-card .card-move .face{
    width: 350px;
    height: 240px;
    transition: 0.5s;
}

.container-card .card-move .face.face1{
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(140px);
}

.container-card .card-move:hover .face.face1{
    background: #ff0057;
    transform: translateY(0);
}

.container-card .card-move .face.face1 .content{
    opacity: 0.2;
    transition: 0.5s;
}

.container-card .card-move:hover .face.face1 .content{
    opacity: 1;
}

.container-card .card-move .face.face1 .content img{
    max-width: 100px;
}

.container-card .card-move .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.container-card .card-move .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 26px rgb(0 0 0 / 80%);
    transform: translateY(-100px);
}

.container-card .card-move:hover .face.face2{
    transform: translateY(0);
}

.container-card .card-move .face.face2 .content p{
	font-size: 22px;
    margin: 0;
    padding: 0;
}

.container-card .card-move .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.container-card .card-move .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}

/* Tamaño letra */
.container p{font-size: 19px;}

/* Botones */
.btn-amarillo{background-color: #ffe000; color: #ed5a28 !important; font-weight: bold !important;}
.btn-verde{background-color: #00d168; color: white !important; font-weight: bold !important;}
.btn-azulMarino{background-color: #2b2b6a; color: white; font-weight: bold !important;}
.btn-rojo{background-color: red; color: #ffe000 !important; font-weight: bold !important;}

.btn-amarillo:hover{background-color: #ffe000; color: #9a3512 !important; font-weight: bold !important;}
.btn-verde:hover{background-color: #00d168; color: #ece9e9 !important; font-weight: bold !important;}
.btn-azulMarino:hover{background-color: #2b2b6a; color: #bdbdbd !important; font-weight: bold !important;}

/* Fondo */
.box-gris-fondo:before{background-color: #6b7988;}
.box-naranja-fondo:before{background-color: #ff600fa8;}
.box-azul-fondo:before{background-color: #2b2b6a;}

/* Cajas */
.box-gris, .box-gris h1, .box-gris h2, .box-gris h3{background-color: #6b79888a !important; color: white !important;}
.box-verde, .box-verde h1, .box-verde h2, .box-verde h3{background-color: #00d168 !important; color: white !important;}
.box-amarillo, .box-amarillo h1, .box-amarillo h2, .box-amarillo h3{background-color: #f8991d !important; color: white !important;}
.box-purpura, .box-purpura h1, .box-purpura h2, .box-purpura h3{background-color: #2b2b6a !important; color: white !important;}
.box-naranja, .box-naranja h1, .box-naranja h2, .box-naranja h3{background-color: #ff600f !important; color: white !important;}
.box-naranja-one, .box-naranja-one h1, .box-naranja-one h2, .box-naranja-one h3{background-color: #f88d1d !important; color: white !important;}

.center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    font-size: 18px;
}
.center-flex-450 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 450px;
	font-size: 18px;
}
.center-flex-398 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 398px;
	font-size: 18px;
}
.little-center-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	font-size: 18px;
	margin-top: 50px; 
}

.box-tipo-a{max-width: 340px;float: left;margin: 2vh;}
.box-tipo-b{max-width: 500px;float: left;margin: 2vh;}
.box-tipo-c{width: 33.33vw;float: left;}
.box-tipo-d{width: 33.33%;float: left;}

.box-tipo-a p{text-align: justify;}

.box-life{
	width: 100%;
	height: 200px;
}

.box, .box img{width: 100%}
.box{position: relative;display: inline-block;}
.box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    opacity: 0.6;
    z-index: 0;
}
.box-two:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    opacity: 0.6;
    z-index: 0;
}

.box-three:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    opacity: 0.6;
    z-index: 0;
}

.box-three{
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
}
.box-three div{
	text-align: center;
	position: absolute;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.box-three p, .box-three h1, .box-three h2, .box-three h3, .box-three h4{color: white;}

.box-three-start:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    opacity: 0.6;
    z-index: 0;
}

.box-three-start{
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
}
.box-three-start div{
	text-align: center;
	position: absolute;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.box-three-start p, .box-three-start h1, .box-three-start h2, .box-three-start h3, .box-three-start h4{color: white;}

.letter-3vh{font-size: 3vh; font-weight: bold;}

.box-flex-center{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/**/
.fa-bars, .fa-close{
	color: white;
	background: #6b7989;
	padding: 5px;
}
.full-menu ul a{text-decoration: none;}
.btn{
	margin: 0px 10px;
	line-height: 47px !important;
	/*height: 59px !important;*/
	/*width: 170px;*/
}
.button {
  border-radius: 4px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

header .wrap{
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
}

header .btn-menu{
	font-size: 47px;
    cursor: pointer;
    margin-top: -7px;
}

.seccion1, .seccion1 .wrap{height: 100%;}

.seccion1 .wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}

.caption-main h1{
	font-size: 95px;
	font-weight: 800;
	color: #fff;
}

.caption-main .btn-view{
	display: block;
	margin: 50px auto 0px;

	width: 350px;
	padding: 20px 0px;
	border: 2px solid #fff;
	border-radius: 15px;

	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

/* FULL MENU ===================*/

.full-menu{
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	background: #292929;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.full-menu .wrap{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.full-menu .wrap .navegacion{
	flex-basis: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	width: 411px; 
	margin-right: -163px;
}

.full-menu .navegacion ul, .full-menu ul{
	list-style: none;
}

.full-menu .navegacion ul li, .full-menu ul{
	margin: 10px 0px;
}

.full-menu .navegacion ul li a{
	text-decoration: none;
	font-size: 25px;
	color: #6b7989;
}

.full-menu .navegacion .social-items a{
	text-decoration: none;
	font-size: 25px;
	color: #6b7989;
	margin: 50px 20px 0px 0px;
}

.full-menu .navegacion ul li a:hover,
.full-menu .navegacion .social-items a:hover{
	color: #6b7989;
}

.full-menu .wrap .menu-text{
	flex-basis: 0;
	flex-grow: 1;

	font-size: 15px;
	color: #9A9A9A;
	font-weight: 600;
	text-align: right;
}

.texto-img{
	position: relative;
	z-index: 5;
	float: left;
    margin-left: 25px;
    padding-top: 25vh;
    width: 100px;
    font-size: x-large;
}

.texto-img ul li{margin-bottom: 20px;}

.texto-img ul li a, 
.texto-img ul li a:before{
	color: white;
	text-transform: capitalize;
}

.texto-img ul li a:hover{
	color:#6b7989;
}

.item1 { grid-area: header; }
.item2 { grid-area: menu; }
.item3 { grid-area: main; }
.item4 { grid-area: right; }
.item5 { grid-area: footer; }

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-areas:
    'header header header header header header'
    'footer main main main main main'
    'menu main main main main main'
    'menu main main main main main'
    'menu main main main main main'
    'menu main main main main main'
    'menu main main main main main';
  grid-gap: 10px;
  background-color: white;
  /*padding: 10px;*/
}

.grid-container > div {
  background-color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.grid-container > div.item2 {
  text-align: right;
  font-weight: bold;
}

.grid-container-footer {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-areas:
    'header header header menu menu menu'
    'header header header menu menu menu'
    'main main main menu menu menu'
    'main main main menu menu menu'
    'footer footer footer menu menu menu';
  grid-gap: 10px;
  background-color: white;
  /*padding: 10px;*/
}

.grid-container.footer > div {
  background-color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.grid-container-footer > div.item2 {
  text-align: right;
  font-weight: bold;
}

.responsive {
	width: 100%;
	height: auto;
}

.center-img {
	background-size: cover!important;
	background-position: center center!important;
	top: 0;
	z-index: 1;
	height: 100vh;
}

.capa-1{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	filter: brightness(1);
}

.capa-1:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	background-color: rgb(0 103 255 / 48%);
	opacity: 0.6;
	z-index: 0;
}

.padding-right-20{padding-right: 20px !important;}
.padding-right-30{padding-right: 30px !important;}
.padding-top-20{padding-top: 20px !important;}
.padding-top-25{padding-top: 25px !important;}
.padding-top-30{padding-top: 30px !important;}
.margin-bottom-20{margin-bottom: 20px !important;}
.margin-bottom-30{margin-bottom: 30px !important;}
.margin-y-30{margin-top: 30px !important; margin-bottom: 30px !important;}
.margin-x-30{margin-left: 30px !important; margin-right: 30px !important;}
.margin-y-20{margin-top: 20px !important; margin-bottom: 20px !important;}
.margin-x-20{margin-left: 20px !important; margin-right: 20px !important;}

.nopadding-bottom {padding-bottom: 0!important;}
.nopadding-top {padding-top: 0!important;}

footer .col-lg-1, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12,
footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5,
footer .col-lg-6, footer .col-lg-7, footer .col-lg-8, footer .col-lg-9,
footer .col-md-1, footer .col-md-10, footer .col-md-11, footer .col-md-12, 
footer .col-md-2, footer .col-md-3, footer .col-md-4, footer .col-md-5, footer .col-md-6,
footer .col-md-7, footer .col-md-8, footer .col-md-9, footer .col-sm-1, footer .col-sm-10,
footer .col-sm-11, footer .col-sm-12, footer .col-sm-2, footer .col-sm-3,
footer .col-sm-4, footer .col-sm-5, footer .col-sm-6, footer .col-sm-7, footer .col-sm-8,
footer .col-sm-9, footer .col-xs-1, footer .col-xs-10, footer .col-xs-11, footer .col-xs-12,
footer .col-xs-2, footer .col-xs-3, footer .col-xs-4, footer .col-xs-5, footer .col-xs-6,
footer .col-xs-7, footer .col-xs-8, footer .col-xs-9, footer .container {
	position: static;
}

div.phone i{
	font-size: 25px;
    padding-top: 13px;
}

div.maker i{
	font-size: 25px;
    padding-top: 8px;
}

div.footer-icon i{
	font-size: 25px;
    padding-top: 0px;
}

.section-squares img{
	height: 59px;
	margin: 0 auto;
}

.section-squares p{
	font-size: 25px;
	font-weight: bold;
}

.section-animation a img{
	visibility: visible;
	opacity: 1;
	transition: visibility 0.5s, opacity 0.5s linear;
}

.section-animation a p.title-animation{
	margin-top: 0px;
	transition: width 2s, height 2s, margin 1s;
}
.section-animation a p.text-animation{
	font-size: 18px;
	margin: 0px 20px;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s linear;
}

.section-animation a:hover img{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s linear;
}
.section-animation a:hover p.title-animation{
	margin-top: -30px;
	transition: width 2s, height 2s, margin 1s;
}

.section-animation a:hover p.text-animation{
	visibility: visible;
	opacity: 1;
	display: block;
}

.section-squares a:hover{
	color: #c7c1c1;
}



.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container > a {
  width: 100vh;
  padding: 110px 0;
  text-align: center;
  font-size: 30px;
}

@media screen and (min-width: 1920px){
	.little-center-flex {
		margin-top: 104px;
	}
}

@media screen and (max-width: 1400px){
	.section-squares img{
		height: 55px;
	}

	.section-squares p{
		font-size: 23px;
	}

	.little-center-flex {}  
}

@media screen and (max-width: 1245px){
	.full-menu .navegacion ul li a{
		font-size: 20px;
	}

	.navegacion{
		width: 273px; 
		margin-right: -100px;
	}

	.full-menu .navegacion ul li, .full-menu ul {
	    margin: 0px 0px;
	}
}

@media screen and (max-width: 1199px){
	.container-card .card-move .face {
	    width: 260px;
	}
	.container-card .card-move .face.face1 {
	    transform: translateY(140px);
	}
}

@media screen and (max-width: 991px){
	.container p{font-size: 15px;}
	.box-inf-flex h2 {font-size: 25px;}
	.box-inf-flex div {padding: 36px;}
	.container-card .card-move .face {
	    width: 238px;
    	height: 209px;
	}
	.container-card .card-move .face.face1 {
	    transform: translateY(109px);
	}
	.font-size-16{font-size: 13px !important;}
	.font-size-18{font-size: 16px !important;}
	.font-size-20{font-size: 17px !important;}
	.font-size-22{font-size: 18px !important;}
}

@media screen and (max-width: 828px){
	.btn {
	    margin: 0px 6px;
	    line-height: 46px !important;
	    height: 57px !important;
	    width: 135px;
	}
}

@media only screen and (max-width: 768px) {
	.grid-container{visibility: hidden;}
}

@media only screen and (max-width: 767px) {
	.flex-container {
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.box-info-one{
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: stretch;
	}
	.box-img-flex {width: 100%;}
	.box-inf-flex {
	    width: 100%; 
	    flex-direction: row;
	    align-items: center;
	}
	.container p {font-size: 19px;}
	.container-card .card-move .face.face1 {
	    transform: translateY(224px);
	}
	.container-card .card-move .face {
	    width: 100%;
	    height: 324px;
	}

	.box-tipo-d {
	    width: 100%;
	    float: left;
	}
	.container-card {
	    flex-wrap: wrap;
	}
	.font-size-16{font-size: 16px !important;}
	.font-size-18{font-size: 18px !important;}
	.font-size-20{font-size: 20px !important;}
	.font-size-22{font-size: 22px !important;}
}

/* RESPONSIVE*/
@media screen and (max-width: 750px){
	.main{
		height: 680px;
	}

	.caption-main h1{
		font-size: 60px;
	}

	/*Full menu*/
	.full-menu .navegacion ul li a{
		font-size: 30px;
	}

	.full-menu .menu-text p{
		font-size: 14px;
		font-weight: 400;
	}

	.flex-container > a {
	    width: 100vh;
	    padding: 25px 0;
	    text-align: center;
	    font-size: 30px;
	}
}

@media screen and (max-width: 520px){
	.full-menu .menu-text{
		display: none;
	}

	.full-menu .navegacion{
		justify-content: center;
		text-align: center;
	}
}

@media screen and (max-width: 450px){
	.main{
		height: 600px;
	}

	.caption-main h1{
		font-size: 50px;
	}

	.caption-main .btn-view{
		width: 180px;
		padding: 10px 0px;
		margin: 20px auto;

		font-size: 18px;
	}
	.container-card .card-move .face {
	    height: 223px;
	}

	.container-card .card-move .face.face1 {
	    transform: translateY(123px);
	}
	.font-size-16{font-size: 14px !important;}
}

@media screen and (max-width: 340px){
	.main{height: 550px;}
	.caption-main h1{font-size: 40px;}
}

.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.border-0{border: 0px;}
.d-flex{display: flex;}
.d-block{display: block;}
.d-none{display: none;}
.flex-row{flex-direction: row;}
.flex-column{flex-direction: column !important;}
.justify-content-center{justify-content: center;}
.justify-content-between{justify-content: space-between;}
.justify-content-around{justify-content: space-around;}
.justify-content-evenly{justify-content: space-evenly;}
.position-relative{position: relative;}
.position-absolute{position: absolute;}

.fs-1 {font-size: calc(1.375rem + 1.5vw)!important}
.fs-2 {font-size: calc(1.325rem + .9vw)!important}
.fs-3 {font-size: calc(1.3rem + .6vw)!important}
.fs-4 {font-size: calc(1.275rem + .3vw)!important}
.fs-5 {font-size: 1.25rem!important}
.fs-6 {font-size: 1rem!important}

.align-items-center{align-items: center;}
.w-auto{width: auto !important;}
.w-max{width: max-content !important;}
.w-xs-10{width: 10% !important;}
.w-xs-15{width: 15% !important;}
.w-xs-20{width: 20% !important;}
.w-xs-25{width: 25% !important;}
.w-xs-30{width: 30% !important;}
.w-xs-35{width: 35% !important;}
.w-xs-40{width: 40% !important;}
.w-xs-45{width: 45% !important;}
.w-xs-50{width: 50% !important;}
.w-xs-55{width: 55% !important;}
.w-xs-60{width: 60% !important;}
.w-xs-65{width: 65% !important;}
.w-xs-70{width: 70% !important;}
.w-xs-75{width: 75% !important;}
.w-xs-80{width: 80% !important;}
.w-xs-85{width: 85% !important;}
.w-xs-90{width: 90% !important;}
.w-xs-95{width: 95% !important;}
.w-xs-100{width: 100% !important;}
.p-xs-0{padding: 0px;}
.p-xs-20{padding: 20px;}
.p-xs-30{padding: 30px;}
.p-xs-40{padding: 40px;}
.p-xs-50{padding: 50px;}
.p-xs-60{padding: 60px;}
.p-xs-70{padding: 70px;}
.p-xs-80{padding: 80px;}
.p-xs-90{padding: 90px;}
.p-xs-100{padding: 100px;}
.pt-xs-0{padding-top: 0px;}
.pt-xs-20{padding-top: 20px;}
.pt-xs-30{padding-top: 30px;}
.pt-xs-40{padding-top: 40px;}
.pt-xs-50{padding-top: 50px;}
.pt-xs-60{padding-top: 60px;}
.pt-xs-70{padding-top: 70px;}
.pt-xs-80{padding-top: 80px;}
.pt-xs-90{padding-top: 90px;}
.pt-xs-100{padding-top: 100px;}
.pb-xs-0{padding-bottom: 0px;}
.pb-xs-20{padding-bottom: 20px;}
.pb-xs-30{padding-bottom: 30px;}
.pb-xs-40{padding-bottom: 40px;}
.pb-xs-50{padding-bottom: 50px;}
.pb-xs-60{padding-bottom: 60px;}
.pb-xs-70{padding-bottom: 70px;}
.pb-xs-80{padding-bottom: 80px;}
.pb-xs-90{padding-bottom: 90px;}
.pb-xs-100{padding-bottom: 100px;}
.ps-xs-0{padding-left: 0px;}
.ps-xs-20{padding-left: 20px;}
.ps-xs-30{padding-left: 30px;}
.ps-xs-40{padding-left: 40px;}
.ps-xs-50{padding-left: 50px;}
.ps-xs-60{padding-left: 60px;}
.ps-xs-70{padding-left: 70px;}
.ps-xs-80{padding-left: 80px;}
.ps-xs-90{padding-left: 90px;}
.ps-xs-100{padding-left: 100px;}
.pe-xs-0{padding-right: 0px;}
.pe-xs-20{padding-right: 20px;}
.pe-xs-30{padding-right: 30px;}
.pe-xs-40{padding-right: 40px;}
.pe-xs-50{padding-right: 50px;}
.pe-xs-60{padding-right: 60px;}
.pe-xs-70{padding-right: 70px;}
.pe-xs-80{padding-right: 80px;}
.pe-xs-90{padding-right: 90px;}

@media(min-width: 768px) {
	.flex-sm-row{flex-direction: row !important;}
	.flex-sm-column{flex-direction: column !important;}
	.justify-sm-content-center{justify-content: center !important;}
	.justify-sm-content-between{justify-content: space-between !important;}
	.justify-sm-content-around{justify-content: space-around !important;}
	.justify-sm-content-evenly{justify-content: space-evenly !important;}
	.w-sm-auto{width: auto !important;}
	.w-sm-max{width: max-content !important;}
	.w-sm-10{width: 10% !important;}
	.w-sm-15{width: 15% !important;}
	.w-sm-20{width: 20% !important;}
	.w-sm-25{width: 25% !important;}
	.w-sm-30{width: 30% !important;}
	.w-sm-35{width: 35% !important;}
	.w-sm-40{width: 40% !important;}
	.w-sm-45{width: 45% !important;}
	.w-sm-50{width: 50% !important;}
	.w-sm-55{width: 55% !important;}
	.w-sm-60{width: 60% !important;}
	.w-sm-65{width: 65% !important;}
	.w-sm-70{width: 70% !important;}
	.w-sm-75{width: 75% !important;}
	.w-sm-80{width: 80% !important;}
	.w-sm-85{width: 85% !important;}
	.w-sm-90{width: 90% !important;}
	.w-sm-95{width: 95% !important;}
	.w-sm-100{width: 100% !important;}
	.p-sm-0{padding: 0px;}
	.p-sm-20{padding: 20px;}
	.p-sm-30{padding: 30px;}
	.p-sm-40{padding: 40px;}
	.p-sm-50{padding: 50px;}
	.p-sm-60{padding: 60px;}
	.p-sm-70{padding: 70px;}
	.p-sm-80{padding: 80px;}
	.p-sm-90{padding: 90px;}
	.p-sm-100{padding: 100px;}
	.pt-sm-0{padding-top: 0px;}
	.pt-sm-20{padding-top: 20px;}
	.pt-sm-30{padding-top: 30px;}
	.pt-sm-40{padding-top: 40px;}
	.pt-sm-50{padding-top: 50px;}
	.pt-sm-60{padding-top: 60px;}
	.pt-sm-70{padding-top: 70px;}
	.pt-sm-80{padding-top: 80px;}
	.pt-sm-90{padding-top: 90px;}
	.pt-sm-100{padding-top: 100px;}
	.pb-sm-0{padding-bottom: 0px;}
	.pb-sm-20{padding-bottom: 20px;}
	.pb-sm-30{padding-bottom: 30px;}
	.pb-sm-40{padding-bottom: 40px;}
	.pb-sm-50{padding-bottom: 50px;}
	.pb-sm-60{padding-bottom: 60px;}
	.pb-sm-70{padding-bottom: 70px;}
	.pb-sm-80{padding-bottom: 80px;}
	.pb-sm-90{padding-bottom: 90px;}
	.pb-sm-100{padding-bottom: 100px;}
	.ps-sm-0{padding-left: 0px;}
	.ps-sm-20{padding-left: 20px;}
	.ps-sm-30{padding-left: 30px;}
	.ps-sm-40{padding-left: 40px;}
	.ps-sm-50{padding-left: 50px;}
	.ps-sm-60{padding-left: 60px;}
	.ps-sm-70{padding-left: 70px;}
	.ps-sm-80{padding-left: 80px;}
	.ps-sm-90{padding-left: 90px;}
	.ps-sm-100{padding-left: 100px;}
	.pe-sm-0{padding-right: 0px;}
	.pe-sm-20{padding-right: 20px;}
	.pe-sm-30{padding-right: 30px;}
	.pe-sm-40{padding-right: 40px;}
	.pe-sm-50{padding-right: 50px;}
	.pe-sm-60{padding-right: 60px;}
	.pe-sm-70{padding-right: 70px;}
	.pe-sm-80{padding-right: 80px;}
	.pe-sm-90{padding-right: 90px;}
}

@media(min-width: 992px) {
	.flex-md-row{flex-direction: row !important;}
	.flex-md-column{flex-direction: column !important;}
	.justify-md-content-center{justify-content: center !important;}
	.justify-md-content-between{justify-content: space-between !important;}
	.justify-md-content-around{justify-content: space-around !important;}
	.justify-md-content-evenly{justify-content: space-evenly !important;}
	.w-md-auto{width: auto !important;}
	.w-md-max{width: max-content !important;}
	.w-md-10{width: 10% !important;}
	.w-md-15{width: 15% !important;}
	.w-md-20{width: 20% !important;}
	.w-md-25{width: 25% !important;}
	.w-md-30{width: 30% !important;}
	.w-md-35{width: 35% !important;}
	.w-md-40{width: 40% !important;}
	.w-md-45{width: 45% !important;}
	.w-md-50{width: 50% !important;}
	.w-md-55{width: 55% !important;}
	.w-md-60{width: 60% !important;}
	.w-md-65{width: 65% !important;}
	.w-md-70{width: 70% !important;}
	.w-md-75{width: 75% !important;}
	.w-md-80{width: 80% !important;}
	.w-md-85{width: 85% !important;}
	.w-md-90{width: 90% !important;}
	.w-md-95{width: 95% !important;}
	.w-md-100{width: 100% !important;}
	.p-md-0{padding: 0px;}
	.p-md-20{padding: 20px;}
	.p-md-30{padding: 30px;}
	.p-md-40{padding: 40px;}
	.p-md-50{padding: 50px;}
	.p-md-60{padding: 60px;}
	.p-md-70{padding: 70px;}
	.p-md-80{padding: 80px;}
	.p-md-90{padding: 90px;}
	.p-md-100{padding: 100px;}
	.pt-md-0{padding-top: 0px;}
	.pt-md-20{padding-top: 20px;}
	.pt-md-30{padding-top: 30px;}
	.pt-md-40{padding-top: 40px;}
	.pt-md-50{padding-top: 50px;}
	.pt-md-60{padding-top: 60px;}
	.pt-md-70{padding-top: 70px;}
	.pt-md-80{padding-top: 80px;}
	.pt-md-90{padding-top: 90px;}
	.pt-md-100{padding-top: 100px;}
	.pb-md-0{padding-bottom: 0px;}
	.pb-md-20{padding-bottom: 20px;}
	.pb-md-30{padding-bottom: 30px;}
	.pb-md-40{padding-bottom: 40px;}
	.pb-md-50{padding-bottom: 50px;}
	.pb-md-60{padding-bottom: 60px;}
	.pb-md-70{padding-bottom: 70px;}
	.pb-md-80{padding-bottom: 80px;}
	.pb-md-90{padding-bottom: 90px;}
	.pb-md-100{padding-bottom: 100px;}
	.ps-md-0{padding-left: 0px;}
	.ps-md-20{padding-left: 20px;}
	.ps-md-30{padding-left: 30px;}
	.ps-md-40{padding-left: 40px;}
	.ps-md-50{padding-left: 50px;}
	.ps-md-60{padding-left: 60px;}
	.ps-md-70{padding-left: 70px;}
	.ps-md-80{padding-left: 80px;}
	.ps-md-90{padding-left: 90px;}
	.ps-md-100{padding-left: 100px;}
	.pe-md-0{padding-right: 0px;}
	.pe-md-20{padding-right: 20px;}
	.pe-md-30{padding-right: 30px;}
	.pe-md-40{padding-right: 40px;}
	.pe-md-50{padding-right: 50px;}
	.pe-md-60{padding-right: 60px;}
	.pe-md-70{padding-right: 70px;}
	.pe-md-80{padding-right: 80px;}
	.pe-md-90{padding-right: 90px;}
	.pe-md-100{padding-right: 100px;}
}