/*-----------------------------------------------------------------------------------
	    Gáliz website
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* 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;}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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;
}


/* Sizes */

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

/* = 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;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* 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-tr-edge{
	background: top right no-repeat;
}


/* 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;
}
.voffset-lg{
	margin-top:80px;
}
/* Dividers */

.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = 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;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.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-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-xl{
	font-size:100px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}




/* = 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;
}



/* Additional Aspect Ratios */

.embed-responsive-4by3{
	padding-bottom:100%}.embed-responsive-4by4{
	padding-bottom:100%}.embed-responsive-9by16{
	padding-bottom:106.25%}

/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = 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,.6);
	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: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.main-text{
	font-family:"Lato";
	font-weight:100;
	font-size:50px;
	color:#FEFFFF!important;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	min-width:200px;
}
.body-text{
	color:rgba(0,0,0,0.77)!important;
	text-shadow:0px 0px 0px #000000;
	font-family:"helvetica";
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:4px;
	border-style:none;
	background-color:transparent;
	background-size:auto auto;
	background-position:left top;
}
.body-text-2{
	font-family:"helvetica";
	font-weight:400;
	border-color:#FF9200!important;
	border-style:none;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	text-shadow:0px 0px 0px #000000;
	letter-spacing:4px;
	text-transform:uppercase;
}
.text-span-color{
	color:#451d1e;
}
.h1-color{
	color:#ffffff;
}
.text-paragraph{
	color:rgba(0,0,0,0.58)!important;
}
.text-span-bloc-5-color{
	color:#ffffff;
}
.h3-style{
	width:100%;
	font-size:28px;
}
.text-span-0-color{
	color:#ffffff;
}
.image{
	color:#000000!important;
	text-shadow:0px 10px 21px #000000;
	text-align:justify;
}
.text-image{
	color:#000000!important;
	letter-spacing:4px;
	text-shadow:0px 10px 25px #000000;
}
.h3-galería-style{
	font-size:70px;
	text-indent:px;
	letter-spacing:10px;
}
.p-style{
	font-size:12px;
	letter-spacing:px;
	font-weight:300;
	text-align:justify;
	text-transform:none;
	text-decoration:none;
	opacity:0.9;
	font-family:"helvetica";
	background-color:rgba(255,255,255,0.84);
	color:#000000!important;
	width:100%;
}
.h1-bloc-9-style{
	width:22.1%;
}
.h1-8-style{
	width:22.38%;
}
.h3- acuarelables-style{
	width:100%;
	letter-spacing:1px;
}
.img-style{
	border-radius:10px 10px 10px 10px;
}
.img-manzan-style{
	border-radius:10px 10px 10px 10px;
}
.img-paisa-style{
	border-radius:11px 11px 11px 11px;
}
.img-miradas-chica-style{
	border-radius:10px 10px 10px 10px;
}
.img-otoño-white-style{
	border-radius:10px 10px 10px 10px;
}
.img-chica-maiz-style{
	border-radius:10px 10px 10px 10px;
}
.img-naran-style{
	border-radius:10px 10px 10px 10px;
}
.img-pajari-style{
	border-radius:10px 10px 10px 10px;
}
.img-opción-3-style{
	border-radius:102px 102px 102px 102px;
}
.navbar-brand img{
	width:44px;
	height:44px;
}
.nuevo{
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:900;
	background-color:rgba(0,0,0,0.46);
	border-color:rgba(0,0,0,0.87)!important;
}
.h1-bloc-11-style{
	width:78.2%;
}
.img-bloc-11-style{
	border-radius:0px 0px 0px 0px;
}
.h2-4-style{
	letter-spacing:2px;
}
.p-bloc-7-style{
	font-size:18px;
}
.p-6-style{
	font-size:20px;
}
.p-7-style{
	font-size:18px;
}
.p-8-style{
	font-size:18px;
}
.p-9-style{
	font-size:14px;
}
.p-10-style{
	font-size:18px;
}
.h4-bloc-7-style{
	font-size:27px;
}
.h4-3-style{
	font-size:27px;
}
.h4-desde-casa-style{
	font-size:27px;
}
.h4-sin-horario-style{
	font-size:27px;
}
.h4-6-style{
	font-size:27px;
}
.h4-0980425374-style{
	letter-spacing:5px;
}
.btn-whatsapp-style{
	width:63.23%;
}
.otra{
	color:#000000!important;
}
.row-style{
	width:100%;
}
.container-div-style{
	width:52.83%;
}
.container-div-bloc-0-style{
	width:49.06%;
}
.container-div-0-style{
	width:66.04%;
}
.feature-col-mt{
	margin-top:29px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.h1-11-style{
	width:67.2%;
	font-size:30px;
}
.nuevo-2{
	color:#000000!important;
	font-family:"Lato";
	font-weight:700;
	background-color:#E8C350;
}
.card-body-style{
	width:100%;
}
.nuevo-3{
	font-family:"Lato";
	font-weight:900;
	text-align:left;
	text-transform:none;
	background-color:rgba(108,162,48,0.33);
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	color:#FEFFFF!important;
}
.nuevo-4{
	background-color:#FEFFFF;
	font-family:"Lato";
	font-weight:900;
	color:#000000!important;
	text-transform:uppercase;
}
.h1-11-color{
	color:#000000;
}
.h1-bloc-20-style{
	font-size:30px;
	width:67.82%;
}
.h1-bloc-5-style{
	width:52.49%;
}
.p-bloc-19-style{
	font-size:17px;
}
.p-23-style{
	font-size:17px;
}
.p-25-style{
	font-size:17px;
}
.p-26-style{
	font-size:17px;
}
.p-bloc-22-style{
	font-size:24px;
	width:73.85%;
}
.p-bloc-23-style{
	font-size:20px;
	width:100%;
}
.h1-pintura-música-color{
	color:#ffffff;
}
.text-span-bloc-31-color{
	color:#ffffff;
}
.h3-color{
	color:#ffffff;
	width:41.52%;
	font-size:20px;
}
.btn-color{
	color:#00fdff;
}
.img-galiz-aula-style{
	width:500px;
}
.h2-6-style{
	font-size:34px;
}
.nuevo5{
	color:#000000!important;
}
.h2-11-style{
	font-size:28px;
}
.container-div-bloc-11-style{
	width:100%;
}
.row-68-style{
	width:100%;
}
.p-bloc-21-style{
	font-size:18px;
}
.p-78-style{
	font-size:25px;
}
.p-79-style{
	font-size:25px;
}
.p-80-style{
	font-size:25px;
}
.p-81-style{
	font-size:25px;
}
.img-foto-4-l-style{
	border-radius:17px 17px 17px 17px;
}
.p-bloc-56-style{
	font-size:20px;
}
.p-84-style{
	font-size:20px;
}
.img-completo-kit-l-style{
	width:400px;
	height:400px;
}
.p-44-style{
	font-size:20px;
}
.h1-bloc-23-style{
	font-size:35px;
}
.p-bloc-48-style{
	font-size:22px;
}
.h3-bloc-31-style{
	font-size:28px;
}
.h3-26-style{
	font-size:28px;
}
.p-49-style{
	font-size:20px;
}
.p-54-style{
	font-size:20px;
}
.img-florero-digit-style{
	width:175px;
}
.img-chica-digit-style{
	width:175px;
}
.img-micro-can-style{
	width:400px;
}
.h1-20-style{
	font-size:30px;
}
.img-31-style{
	width:1000px;
	height:347px;
}
.img-4-style{
	width:500px;
	height:158px;
}
.p-bloc-28-style{
	font-size:40px;
}
.h1-precio-style{
	font-size:15px;
}
.p-20-style{
	font-size:20px;
}
.p-bloc-58-style{
	font-size:20px;
}
.p-bloc-51-style{
	font-size:30px;
}
.h6-style{
	font-size:18px;
	line-height:20px;
}
.h6-bloc-51-style{
	line-height:20px;
}
.p-59-style{
	font-size:20px;
}
.p-58-style{
	font-size:17px;
}
.p-60-style{
	font-size:20px;
}
.p-bloc-47-style{
	font-size:18px;
}
.p-37-style{
	font-size:20px;
}
.p-28-style{
	font-size:18px;
}
.p-bloc-34-style{
	font-size:17px;
}
.p-38-style{
	font-size:18px;
}
.p-29-style{
	font-size:18px;
}
.p-33-style{
	font-size:18px;
}
.p-46-style{
	font-size:22px;
}
.card-style{
	width:100%;
}
.card-bloc-34-style{
	width:65.41%;
}
.p-64-style{
	font-size:18px;
}
.p-95-style{
	font-size:20px;
}
.p-52-style{
	font-size:14px;
}
.p-14-style{
	font-size:15px;
}
.img-12-style{
	width:1920px;
	height:1080px;
}
.p-bloc-14-style{
	font-size:21px;
}
.p-bloc-10-style{
	font-size:21px;
}
.h2-style{
	font-size:25px;
}
.h2-bloc-46-style{
	font-size:25px;
}
.h2-canto-style{
	font-size:25px;
}
.p-48-style{
	font-size:18px;
}
.h2-14-style{
	font-size:25px;
}
.h4-style{
	font-size:18px;
	letter-spacing:1px;
}
.h4-bloc-97-style{
	font-size:20px;
	letter-spacing:3px;
}
.h3-clase-style{
	font-size:20px;
	letter-spacing:1px;
}
.h5-bloc-101-style{
	letter-spacing:1px;
}
.h5-bloc-102-style{
	letter-spacing:1px;
}
.h3-kit-acrílico-style{
	font-size:25px;
}
.h5-32-style{
	letter-spacing:2px;
	font-size:18px;
}
.h3-55-style{
	letter-spacing:1px;
	font-size:20px;
}
.p-bloc-104-style{
	font-size:12px;
}
.p-bloc-102-style{
	font-size:13px;
}
.h2-bloc-69-style{
	font-size:25px;
}
.p-43-style{
	font-size:16px;
}
.h5-adolescentes-style{
	font-size:30px;
}
.p-bloc-82-style{
	font-size:22px;
}
.h5-bloc-80-style{
	font-size:22px;
}
.h5-7-style{
	font-size:25px;
}
.p-91-style{
	font-size:20px;
}
.p-92-style{
	font-size:20px;
}
.h6-bloc-15-style{
	font-size:12px;
}
.h3-bloc-107-style{
	font-size:27px;
}
.p-bloc-33-style{
	font-size:14px;
}
.p-56-style{
	font-size:14px;
}
.p-bloc-57-style{
	font-size:14px;
}
.p-69-style{
	font-size:14px;
}
.p-bloc-64-style{
	font-size:14px;
}
.p-190-style{
	font-size:14px;
}
.p-bloc-68-style{
	font-size:14px;
}
.h1-26-style{
	font-family:Lato;
	font-weight:900;
	font-size:50px;
}
.label-style{
	width:45.35%;
}
.p-bloc-141-style{
	font-size:18px;
}
.p-bloc-143-style{
	font-size:18px;
}
.label-bloc-144-style{
	width:37.17%;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-arylide-yellow{
	background-color:#F2CD6D;
}
.bgc-arylide-yellow-2{
	background-color:#F2CD6D;
}
.bgc-royal-purple{
	background-color:#7867A7;
}
.bgc-white-2{
	background-color:#FEFFFF;
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}
.tc-white{
	color:#FFFFFF!important;
}

/* Button colour styles */

.btn-lime-green{
	background:rgba(65,193,49,0.53);
	color:#FFFFFF!important;
}
.btn-lime-green:hover{
	background:#349a27!important;
	color:#FFFFFF!important;
}
.btn-arylide-yellow{
	background:#F2CD6D;
	color:rgba(0,0,0,.5)!important;
}
.btn-arylide-yellow:hover{
	background:#c2a457!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-arylide-yellow-2{
	background:#F2CD6D;
	color:rgba(0,0,0,.5)!important;
}
.btn-arylide-yellow-2:hover{
	background:#c2a457!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-black{
	background:rgba(0,0,0,0.41);
	color:#FFFFFF!important;
}
.btn-black:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-royal-purple{
	background:#7867A7;
	color:#FFFFFF!important;
}
.btn-royal-purple:hover{
	background:#605286!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-lime-green{
	color:rgba(65,193,49,0.53)!important;
	border-color:rgba(65,193,49,0.53)!important;
}

/* Bloc image backgrounds */

.bg-Fondo-precios3{
	background-image:url("img/Fondo-precios3.jpg");
}
.bg-micro-canto-2{
	background-image:url("img/micro-canto-2.jpg");
}
.bg-piano-partitura-low{
	background-image:url("img/piano-partitura-low.jpg");
}
.bg-fondo-20navideño-202{
	background-image:url("img/fondo%20navideño%202.jpg");
}
.bg-guitarra-20CLASES{
	background-image:url("img/guitarra%20CLASES.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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{
	}
	.p-58-style{
		font-size:15px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.p-bloc-28-style{
		font-size:30px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.h1-bloc-3-style{
		font-size:32px;
	}
	.p-style{
		width:87.78%;
	}
	.h1-8-style{
		width:32.46%;
	}
	.h1-bloc-9-style{
		width:32.02%;
	}
	.h3-color{
		width:60.82%;
	}
	.h1-bloc-20-style{
		width:80.07%;
	}
	.body-text{
	}
	.body-text-2{
	}
	.h1-bloc-5-style{
		font-size:20px;
		width:72.22%;
	}
	.p-37-style{
		font-size:17px;
	}
	.card-style{
		width:100%;
	}
	.card-bloc-34-style{
		width:100%;
	}
	.p-bloc-15-style{
		font-size:18px;
	}
	.p-52-style{
		font-size:14px;
	}
	.p-58-style{
		font-size:15px;
	}
	.h3-style{
		font-size:20px;
	}
	.p-bloc-10-style{
		font-size:16px;
	}
	.h3-bloc-10-style{
		font-size:23px;
	}
	.h3-bloc-12-style{
		font-size:20px;
	}
	.h1-11-style{
		font-size:17px;
	}
	.h3-bloc-29-style{
		font-size:20px;
	}
	.p-99-style{
		font-size:15px;
	}
	.h3-clase-style{
		font-size:19px;
		letter-spacing:1px;
	}
	.h4-bloc-97-style{
		font-size:20px;
	}
	.h3-55-style{
		font-size:20px;
	}
	.h5-bloc-98-style{
		font-size:20px;
		letter-spacing:2px;
	}
	.p-bloc-101-style{
		font-size:20px;
	}
	.h5-acrílicos-style{
		font-size:24px;
	}
	.h5-bloc-102-style{
		font-size:19px;
		letter-spacing:1px;
	}
	.h3-bloc-96-style{
		font-size:20px;
	}
	.h3-bloc-94-style{
		font-size:20px;
	}
	.h3-bloc-95-style{
		font-size:20px;
	}
	.h1-style{
		font-size:28px;
	}
	.h5-12-style{
		font-size:18px;
	}
	.h3-47-style{
		font-size:20px;
	}
	.h3-bloc-36-style{
		font-family:"helvetica";
		font-weight:800;
	}
	.h3-17-style{
		font-family:"helvetica";
		font-weight:900;
	}
	.h5-adolescentes-style{
		font-size:20px;
	}
	.h1-26-style{
		font-size:30px;
		width:88.15%;
	}
	.h5-style{
		font-size:15px;
	}
	.h5-26-style{
		font-size:18px;
	}
	.h6-bloc-15-style{
		font-size:15px;
	}
	.p-201-style{
		font-size:16px;
	}
	.p-203-style{
		font-size:15px;
	}
	.p-204-style{
		font-size:15px;
	}
	.label-bloc-144-style{
		width:100%;
	}
	.label-style{
		width:100%;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

