/*-----------------------------------------------------------------------------------
	COLEGIO QUMMA
	About: A shiny new Blocs website.
	Author: ome
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-893);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}
.texture-square-lg::before{
	background: url("img/texture-square-lg.png");
	background-size: 8px 8px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1120px;
}
.row-style{
	width:100%;
}
.grid-style{
	height:439px;
}
.container-div-style{
	width:100%;
	height:100%;
}
.img-9-style{
	width:212px;
	border-radius:20px 20px 20px 20px;
}
.img-placeholder-us-style{
	width:90px;
}
.img-4-style{
	width:90px;
}
.img-5-style{
	width:90px;
}
.bloc-style{
	width:24.39%;
}
.bloc-bloc-2-style{
	width:25.79%;
}
.bloc-0-style{
	width:25.44%;
}
.bloc-0-bloc-2-style{
	width:24.3%;
}
.img-8-style{
	height:200px;
}
.img-background-i-style{
	border-radius:5px 5px 5px 5px;
	width:748px;
}
.h3-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:40px;
}
.img-aprend-style{
	width:570px;
}
.h3-proyectos-style{
	font-family:"Lato";
	font-weight:900;
	text-align:center;
}
.nueva-card{
	text-align:center;
	font-family:"Lato";
	font-weight:900;
	background-color:#FEFFFF;
	color:#E1E43C!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	width:365px;
	height:100%;
}
.titulomorado{
	font-family:"Lato";
	font-weight:900;
	background-color:#853494;
	align-items:center;
	justify-content:center;
	border-radius:15px 15px 15px 15px;
	text-align:center;
	position:relative;
	padding-bottom:3px;
	font-size:20px;
}
.img-salonequipa-style{
	border-radius:20px 20px 20px 20px;
	height:178px;
}
.h3-2-style{
	font-family:Helvetica;
	font-weight:900;
	width:100%;
}
.h3-bloc-2-style{
	font-family:"Lato";
	font-weight:900;
	width:100%;
	text-align:center;
}
.img-style{
	width:78px;
}
.p-bloc-5-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:700;
}
.img-ctraba-style{
	border-radius:20px 20px 20px 20px;
}
.img-proyect-style{
	border-radius:20px 20px 20px 20px;
}
.h1-style{
	font-family:"Lato";
	font-weight:900;
	font-size:75px;
	line-height:75px;
	width:100%;
}
.btn-style1{
	font-weight:900;
	font-family:"Lato";
	text-align:center;
	color:var(--swatch-var-893)!important;
}
.card-body-style{
	height:100%;
	width:100%;
}
.link-style1{
	font-weight:900;
	font-family:"Lato";
	font-size:33px;
	text-decoration:none;
	text-align:center;
	width:100%;
	height:100%;
	min-width:50%;
	min-height:50%;
	max-width:100%;
	max-height:100%;
	line-height:20px;
}
.img-28-style{
	border-radius:26px 26px 26px 26px;
	height:260px;
	width:407px;
}
.link-style{
	width:12.52%;
}
.img-100--style{
	width:347px;
}
.h1-bienvenido-style{
	font-family:"Lato";
	font-weight:900;
	width:100%;
	text-align:center;
	position:relative;
	font-size:85px;
}
.h1-método-qumma-style{
	font-family:"Lato";
	font-weight:900;
	line-height:70px;
	text-align:left;
	font-size:90px;
}
.text-span-style{
	font-weight:900;
	font-size:45px;
	font-family:"Lato";
	text-align:left;
}
.bg-gradiente{
	background:linear-gradient(180deg, var(--swatch-var-6255) 10%, var(--swatch-var-893) 90%);
}
.img-metod-style{
	border-radius:20px 20px 20px 20px;
}
.img-10-style{
	border-radius:20px 20px 20px 20px;
}
.img-11-style{
	border-radius:20px 20px 20px 20px;
}
.img-bloc-10-style{
	border-radius:20px 20px 20px 20px;
}
.p-bloc-7-style{
	font-family:"Lato";
	font-weight:700;
	font-size:17px;
}
.h1-bloc-7-style{
	font-family:"Lato";
	font-weight:900;
	font-size:50px;
}
.h1-67-style{
	text-align:center;
	font-family:"Lato";
	font-weight:700;
	text-transform:none;
	font-size:12px;
}
.h1-5-style{
	font-family:"Lato";
	font-weight:900;
	width:50%;
	font-size:50px;
}
.h1-ambiente-style{
	font-family:"Lato";
	font-weight:900;
	width:100%;
	font-size:40px;
}
.col-style-az{
	border-width:5px 5px 5px 5px;
	border-radius:20px 20px 20px 20px;
}
.h4-bloc-7-style{
	font-family:"Lato";
	font-weight:900;
	font-size:26px;
}
.h4-4-style{
	font-family:"Lato";
	font-weight:900;
	font-size:25px;
}
.h5-style{
	font-family:"Lato";
	font-weight:700;
	width:83.51%;
}
.h5-bloc-5-style{
	font-family:"Lato";
	font-weight:700;
}
.h5-5-style{
	font-family:"Lato";
	font-weight:700;
}
.p-style{
	font-family:"Lato";
	font-weight:700;
	width:100%;
	font-size:18px;
}
.h2-style{
	font-size:19px;
	line-height:21px;
	color:var(--swatch-var-2941)!important;
	width:66.03%;
	text-decoration:none;
}
.row-bloc-1-style{
	width:100%;
}
.p-11-style{
	font-size:16px;
	font-family:"Lato";
	font-weight:900;
}
.p-12-style{
	font-family:"Lato";
	font-weight:900;
	font-size:25px;
}
.img-28-bloc-9-style{
	height:200px;
	width:600px;
	border-radius:20px 20px 20px 20px;
}
.h3-7-style-verde15{
	font-size:20px;
	font-family:"Lato";
	font-weight:900;
	border-radius:15px 15px 15px 15px;
	background-color:var(--swatch-var-1696);
	text-align:center;
	padding-bottom:4px;
	width:100%;
}
.p-6-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.row-bloc-7-style{
	width:100%;
}
.h4-bloc-9-style{
	font-family:"Lato";
	font-weight:900;
}
.link-home-style{
	font-family:"Lato";
	font-weight:bold;
	font-size:20px;
	font-style:normal;
	text-decoration:none;
}
.link-instalaciones-style{
	font-family:"Lato";
	font-weight:800;
	font-size:20px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-967);
}
.link-extra-clubes-style{
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	font-size:80px;
	font-family:"Lato";
}
.img-certificaci-style{
	width:323px;
}
.bg-gradiente2{
	background:linear-gradient(0deg, var(--swatch-var-6255) 10%, var(--swatch-var-893) 90%);
}
.link-padding-top{
	padding-top:18px;
	padding-bottom:18px;
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.navbar-nav li a{
	font-family:"Lato";
	color:var(--swatch-var-1696)!important;
	font-size:20px;
	font-weight:700;
}
.h2-bloc-7-style{
	opacity:1.0;
	font-size:20px;
}
.img-logoqum-style{
	width:288px;
}
.footer-link{
	font-size:30px;
	font-family:"Lato";
	text-decoration:none;
	text-align:center;
	font-weight:600;
}
.container-div-bloc-13-style{
	width:100%;
}
.link-bloc-8-style{
	text-decoration:none;
	font-size:70px;
	font-family:"Lato";
	font-weight:700;
	text-align:center;
	width:100%;
	min-width:10%;
	max-width:100%;
	height:100%;
	min-height:10%;
	max-height:100%;
}
.img-metodolog-style{
	width:201px;
}
.img-ingl-style{
	width:200px;
}
.img-bloc-7-style{
	width:201px;
}
.img-taller-style{
	width:200px;
}
.img-21-style{
	width:200px;
}
.img-actividad-style{
	width:200px;
}
.img-17-style{
	width:200px;
}
.img-15-style{
	width:200px;
}
.img-formaciondigit-style{
	width:199px;
}
.img-musica--style{
	width:300px;
}
.img-ajedrez--style{
	width:300px;
}
.img-educacion--style{
	width:299px;
}
.img-baile--style{
	width:300px;
}
.img-artes--style{
	width:300px;
}
.img-20181004-1041-style{
	border-radius:15px 15px 15px 15px;
}
.img-17-bloc-7-style{
	width:250px;
}
.img-retos-2-style{
	border-radius:15px 15px 15px 15px;
}
.img-convivenciasa-style{
	border-radius:21px 21px 21px 21px;
}
.img-ortografia-style{
	border-radius:20px 20px 20px 20px;
}
.btn-style{
	width:78.33%;
	font-weight:bold;
	background-color:var(--swatch-var-2092);
	border-radius:25px 25px 25px 25px;
	color:var(--swatch-var-2941)!important;
}
.img-inglesqum-style{
	width:291px;
}
.img-15-bloc-7-style{
	width:323px;
}
.img-qumma-fut-style{
	width:165px;
}
.v{
	width:165px;
}
.img-qumma-stars-style{
	width:165px;
}
.link-bloc-15-style{
	width:20px;
}
.img-qumma-dance-style{
	width:167px;
}
.img-qumma-aqua-style{
	width:167px;
}
.clumn-class{
	border-radius:30px 30px 30px 30px;
}
.img-imagen-043-2-p-style{
	border-radius:26px 26px 26px 26px;
	width:326px;
}
.img-clipboard-1-style{
	border-radius:27px 27px 27px 27px;
}
.img-46-style{
	width:411px;
}
.img-47-style{
	width:426px;
	border-radius:25px 25px 25px 25px;
}
.img-forthebir-style{
	width:336px;
}
.img-43-style{
	border-radius:24px 24px 24px 24px;
	width:324px;
}
.img-foto-2-3-j-style{
	border-radius:25px 25px 25px 25px;
	width:326px;
}
.img-banderasengli-style{
	border-radius:25px 25px 25px 25px;
	width:342px;
}
.img-53-style{
	border-radius:24px 24px 24px 24px;
	width:434px;
}
.img-qumma-flag-style{
	width:195px;
}
.img-42-style{
	width:156px;
}
.p-19-style{
	width:83.39%;
	font-size:19px;
}
.img-54-style{
	border-radius:25px 25px 25px 25px;
}
.img-foto-3-style{
	border-radius:25px 25px 25px 25px;
}
.img-56-style{
	border-radius:25px 25px 25px 25px;
	width:285px;
}
.img-laboratorio-2-style{
	border-radius:26px 26px 26px 26px;
}
.img-planetaspi-style{
	border-radius:25px 25px 25px 25px;
}
.img-dsc-04-style{
	border-radius:25px 25px 25px 25px;
}
.img-bloc-9-style{
	width:324px;
}
.img-63-style{
	width:216px;
}
.img-64-style{
	width:373px;
	border-radius:24px 24px 24px 24px;
}
.img-65-style{
	border-radius:25px 25px 25px 25px;
	width:271px;
}
.img-65-bloc-9-style{
	border-radius:26px 26px 26px 26px;
}
.p-bloc-13-style{
	font-family:"Lato";
	font-weight:700;
}
.p-37-style{
	font-family:"Lato";
	font-weight:700;
}
.img-59-style{
	width:52px;
}
.p-bloc-15-style{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
	width:91.88%;
}
.h1-bloc-9-style{
	font-family:"Lato";
	font-weight:700;
	font-size:45px;
}
.img-bloc-15-style{
	border-radius:25px 25px 25px 25px;
	width:360px;
}
.img-104-style{
	border-radius:25px 25px 25px 25px;
	width:359px;
}
.img-106-style{
	border-radius:25px 25px 25px 25px;
}
.img-103-style{
	border-radius:24px 24px 24px 24px;
}
.img-105-style{
	border-radius:25px 25px 25px 25px;
}
.img-107-style{
	border-radius:24px 24px 24px 24px;
}
.img-qimu-style{
	border-radius:25px 25px 25px 25px;
}
.img-qumu-style{
	border-radius:24px 24px 24px 24px;
}
.img-116-style{
	border-radius:25px 25px 25px 25px;
}
.img-117-style{
	border-radius:25px 25px 25px 25px;
}
.img-bloc-13-style{
	width:207px;
}
.container-div-0-bloc-13-style{
	width:100%;
}
.link-55-5751-9807-style{
	text-decoration:none;
}
.img-119-style{
	width:85px;
}
.img-facebo-style{
	width:91px;
}
.img-135-style{
	width:78px;
}
.img-backgrou-style{
	width:238px;
}
.img-background-style{
	width:208px;
}
.img-134-style{
	width:221px;
}
.blocs-card-width{
	width:25%;
}
.h1-67-style:hover{
	font-family:"Lato";
	font-weight:300;
}
.h1-67-style:focus{
	font-size:12px;
	font-family:"Lato";
	font-weight:300;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-1696)!important;
	fill:var(--swatch-var-1696)!important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-2941:rgba(255,255,255,1.00);
	
	--swatch-var-893:rgba(133,52,148,1.00);
	
	--swatch-var-1696:rgba(225,228,60,1.00);
	
	--swatch-var-967:rgba(101,31,112,1.00);
	
	--swatch-var-853:rgba(253,181,37,1.00);
	
	--swatch-var-7964:#E1E4D8;
	
	--swatch-var-6255:rgba(44,45,139,1.00);
	
	--swatch-var-1807:#ECF3F8;
	
	--swatch-var-4864:#2C3056;
	
	--swatch-var-222:rgba(185,218,255,1.00);
	
	--swatch-var-6848:#D1E4FF;
	
	--swatch-var-2092:rgba(113,170,220,1.00);
	
	--swatch-var-377:rgba(140,244,110,0.85);
	
	--swatch-var-3625:#FFDC69;
	
	--swatch-var-944:#735193;
	
	--swatch-var-5664:#FFDC69;
	
}


/* Background colour styles */

.bgc-967{
	background-color:var(--swatch-var-967);
}
.bgc-893{
	background-color:var(--swatch-var-893);
}
.bgc-2941{
	background-color:var(--swatch-var-2941);
}
.bgc-6255{
	background-color:var(--swatch-var-6255);
}
.bgc-377{
	background-color:var(--swatch-var-377);
}
.bgc-2092{
	background-color:var(--swatch-var-2092);
}
.bgc-222{
	background-color:var(--swatch-var-222);
}
.bgc-6848{
	background-color:var(--swatch-var-6848);
}
.bgc-5664{
	background-color:var(--swatch-var-5664);
}

/* Text colour styles */

.tc-853{
	color:var(--swatch-var-853)!important;
}
.tc-1696{
	color:var(--swatch-var-1696)!important;
}
.tc-893{
	color:var(--swatch-var-893)!important;
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}
.tc-6255{
	color:var(--swatch-var-6255)!important;
}
.tc-967{
	color:var(--swatch-var-967)!important;
}
.tc-7964{
	color:var(--swatch-var-7964)!important;
}

/* Button colour styles */

.btn-c-2092{
	background:var(--swatch-var-2092);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2092:hover{
	background:#3E77A9!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-1696{
	color:var(--swatch-var-1696)!important;
}
.ltc-1696:hover{
	color:#AEB109!important;
}
.ltc-853{
	color:var(--swatch-var-853)!important;
}
.ltc-853:hover{
	color:#C98200!important;
}
.ltc-893{
	color:var(--swatch-var-893)!important;
}
.ltc-893:hover{
	color:#520161!important;
}
.ltc-6255{
	color:var(--swatch-var-6255)!important;
}
.ltc-6255:hover{
	color:#000058!important;
}

/* Icon colour styles */

.icon-2941{
	color:var(--swatch-var-2941)!important;
	border-color:var(--swatch-var-2941)!important;
}

/* Bloc image backgrounds */

.bg-textura{
	background-image:url("img/textura.png");
	background-image: -webkit-image-set(url("img/textura.webp") 1x,
url("img/textura.webp") 2x);background-image: image-set(url("img/textura.png") 1x,
url("img/textura.png") 2x,url("img/textura.webp") 1x,
url("img/textura.webp") 2x);
}
.bg-escuelaa{
	background-image:url("img/escuelaa.jpg");
	background-image: -webkit-image-set(url("img/escuelaa.webp") 1x,
url("img/escuelaa.webp") 2x);background-image: image-set(url("img/escuelaa.jpg") 1x,
url("img/escuelaa.jpg") 2x,url("img/escuelaa.webp") 1x,
url("img/escuelaa.webp") 2x);
}
.bg-TEXXXT{
	background-image:url("img/TEXXXT.png");
	background-image: -webkit-image-set(url("img/TEXXXT.webp") 1x,
url("img/TEXXXT.webp") 2x);background-image: image-set(url("img/TEXXXT.png") 1x,
url("img/TEXXXT.png") 2x,url("img/TEXXXT.webp") 1x,
url("img/TEXXXT.webp") 2x);
}
.bg-textura-202{
	background-image:url("img/textura%202.png");
	background-image: -webkit-image-set(url("img/textura%202.webp") 1x,
url("img/textura%202.webp") 2x);background-image: image-set(url("img/textura%202.png") 1x,
url("img/textura%202.png") 2x,url("img/textura%202.webp") 1x,
url("img/textura%202.webp") 2x);
}
.bg-sports-tools-202{
	background-image:url("img/sports-tools%202.jpg");
	background-image: -webkit-image-set(url("img/sports-tools%202.webp") 1x,
url("img/sports-tools%202.webp") 2x);background-image: image-set(url("img/sports-tools%202.jpg") 1x,
url("img/sports-tools%202.jpg") 2x,url("img/sports-tools%202.webp") 1x,
url("img/sports-tools%202.webp") 2x);
}
.bg-312579185-5930949253582280-4667739071807140686-n{
	background-image:url("img/312579185_5930949253582280_4667739071807140686_n.jpg");
	background-image: -webkit-image-set(url("img/312579185_5930949253582280_4667739071807140686_n.webp") 1x,
url("img/312579185_5930949253582280_4667739071807140686_n.webp") 2x);background-image: image-set(url("img/312579185_5930949253582280_4667739071807140686_n.jpg") 1x,
url("img/312579185_5930949253582280_4667739071807140686_n.jpg") 2x,url("img/312579185_5930949253582280_4667739071807140686_n.webp") 1x,
url("img/312579185_5930949253582280_4667739071807140686_n.webp") 2x);
}
.bg-high-angle-young-boy-reading{
	background-image:url("img/high-angle-young-boy-reading.jpg");
	background-image: -webkit-image-set(url("img/high-angle-young-boy-reading.webp") 1x,
url("img/high-angle-young-boy-reading.webp") 2x);background-image: image-set(url("img/high-angle-young-boy-reading.jpg") 1x,
url("img/high-angle-young-boy-reading.jpg") 2x,url("img/high-angle-young-boy-reading.webp") 1x,
url("img/high-angle-young-boy-reading.webp") 2x);
}
.bg-DSC-0040-min{
	background-image:url("img/DSC_0040-min.JPG");
	background-image: -webkit-image-set(url("img/DSC_0040-min.webp") 1x,
url("img/DSC_0040-min.webp") 2x);background-image: image-set(url("img/DSC_0040-min.JPG") 1x,
url("img/DSC_0040-min.JPG") 2x,url("img/DSC_0040-min.webp") 1x,
url("img/DSC_0040-min.webp") 2x);
}
.bg-bandera{
	background-image:url("img/bandera.jpg");
	background-image: -webkit-image-set(url("img/bandera.webp") 1x,
url("img/bandera.webp") 2x);background-image: image-set(url("img/bandera.jpg") 1x,
url("img/bandera.jpg") 2x,url("img/bandera.webp") 1x,
url("img/bandera.webp") 2x);
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-clipboard-1-style{
		width:698px;
	}
	.blocs-card-width{
		width:50%;
	}
	.h1-67-style{
		position:relative;
		text-align:center;
		font-size:12px;
	}
	
}

@media (max-width: 767px){
	.h3-2-style{
		width:69.09%;
	}
	.h1-bienvenido-style{
		width:94.54%;
	}
	.h1-style{
		width:95.52%;
	}
	.img-59-style{
		width:83px;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.h1-style{
		font-size:35pt;
		width:100%;
		line-height:35px;
	}
	.img-logoqum-style{
		width:274px;
	}
	.h3-2-style{
		width:87.19%;
	}
	.h1-bienvenido-style{
		width:89.11%;
		position:relative;
	}
	.link-bloc-8-style{
		position:relative;
		width:100%;
		opacity:1.0;
		font-size:40px;
		font-weight:600;
		height:0%;
		line-height:40px;
	}
	.h1-método-qumma-style{
		position:relative;
		text-align:center;
		line-height:70px;
		z-index:100;
		font-size:50px;
	}
	.h2-style{
		width:100%;
	}
	.blocs-card-width{
		width:100%;
	}
	.text-span-style{
		font-size:40px;
		line-height:38px;
	}
	
}

