@import url('https://fonts.googleapis.com/css2?family=Federo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('css/header.css');

@charset "utf-8";

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

Body {
	font-family: 'Montserrat', Verdana, sans-serif;
	font-size:15px;
	font-weight:400;
	color:#444;
	line-height:1.5rem;
	scrollbar-base-color: #5087FF;
	background-color:#fff;
}
main {
	background-color: #fff;
	width:100%;
	max-width:1366px;
	padding:0;
	margin: 0 auto;
}

section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	width:100%;
	padding: 7px 14px;
}

container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	width:98%;
	max-width:1200px;
	margin:auto;
	background-color:#;
}

wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: stretch;
	width:90%;
	max-width:1200px;
	margin:auto;
	background-color:#f6f9f6;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	padding: 0px 21px;
	margin: 0 auto;
}

.col-1 {width: 8.333%}
.col-2 {width: 16.666%}
.col-3 {width: 25%;}
.col-4 {width: 33.333%;}
.col-5 {width: 41.666%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333%}
.col-8 {width: 66.666%}
.col-9 {width: 75%}
.col-10 {width: 83.333%}
.col-11 {width: 91.666%}
.col-12 {width: 100%}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Verdana, sans-serif;
	width:100%;
	display:block;
}

h1, h2 {
	width:96%;
	margin: auto;
}

h1, h2, h3, h4 {
	font-weight:600;
	color:#2CB4C9;
}

h5, h6 {
	font-weight:500;
	color:#000;
}

h1 {
	font-size:26px;
	line-height:2.6;
}

h2 {
	font-size:22px;
	line-height:2;
}

h3 {
	font-size:20px;
	line-height:2;
}

h4 {
	font-size: 16px;
	line-height:1.8;
	width:100%;
	margin:auto;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 16px;
	letter-spacing:1px;
}

hr {
	border:none;
	border-bottom: #2CB4C9 thin solid;
	width:96%;
	margin:auto;
	margin:14px auto;
}

br {
	border: #2CB4C9 thin solid;
	width:100%;
	margin:54px auto;
}

ul {
	list-style-type:none;
	list-style-image:url(../gifes/ulli.gif);
	margin: 7px 0 7px 14px;
}

li {
	font-family: 'Montserrat', Verdana, sans-serif;
	line-height:1.5;
	margin-left:7px;
}

a {
	color: #1A75DC;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s ease;
}

a:hover {
	color:#88288B;
}

b {
	font-weight:600;
	color:#000;
}

p {
	text-align:justify;
	margin-bottom:8px;
}

.marco {
	border:#ccc solid thin;
	border-radius:7px;
	background-color:#FFFFFF;
	padding:14px;
	margin:21px auto;
	box-shadow: 7px 7px 14px #ccc;
}

.destaca {
	padding:14px;
	margin:21px auto;
	border: 1px solid #84C8EE;
	border-radius:7px;
	background-color:#f6f6f6;
	box-shadow: 7px 7px 14px #ccc;
}


.tecnicas {
	width:48%;
	padding: 21px;
	margin: 0 1%;
	margin-bottom:28px;
	border:#e3e3e3 2px solid;
	background-color:#F4F9FA;
	box-shadow: 7px 7px 14px #cfcfcf;
}

.tecnicas h3 {
	font-weight:600;
	margin-top:7px;
	margin-bottom: 7px;
}



.tecnicas fa-arrow-up-right-from-square {
	font-size:40px;
	color:#000
}

.tecnul {
	line-height:1.3;
	margin-top: 0;
	margin-left:0;
}

.tecnul li {
	font-size:16px;
	font-weight:500;
	list-style:none;
	border-left:#d3d3d3 4px solid;
	padding-left: 14px;
	margin-left: 21px;
	line-height:1.6;
}

.centro {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#f3f3f3;
}

salto {
	height:21px;
	display:block;
}

fototaller {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	width:100%;
	margin:auto;
}
fototaller img {
	margin:1px;
}
.sacar {
	display: block;
}

.poner {
	display: none;
}

.newspaper2, .newspaper3 {
	-webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
	text-align: justify;
}

.newspaper2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.newspaper3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.newsprof {
	-webkit-column-gap: 41px;
    -moz-column-gap: 41px;
    column-gap: 41px;
	text-align: justify;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/*------------------------------------------------- guasa / instagram -------------------------------*/

#guasa {
	left: 30px;
	bottom: 30px;
	margin:0;
	position: fixed;
	z-index: 100;
	display:block;
}

#guasa .guasa {
	border-radius: 50%;
	background-color: #00CC66;
	width:55px;
	height:55px;
	transition: all .3s ease;
	display:block;
}

#guasa .guasa a {
	font-size:40px;
	color: #fff;
	text-decoration:none;
	text-align:center;
	margin:auto;
	padding:7px 9px;
	display:block;
}

#guasa .guasa:hover {
	background-color: #71AA82;
	cursor:pointer;
}

.instagram {
	margin: 4px 0;
	width:auto;

}

.instagram img {
	filter:grayscale(33%);
	transition: all .3s ease;
}

.instagram img:hover {
	filter:grayscale(0%);
	transition: all .3s ease;
}

/*--------------------------------------------------------  DIBUJOS LINE  -------------*/
line {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items:center;

	margin: 21px 0 14px 0;
	width:100%;
	background-color:#

}
line hr {
	width:42%;
	height:2px;
	border-top: 1px solid #2CB4C9;
	border-bottom: #fff 1px solid;
}

line .fa-chalkboard-teacher, line .fa-book-reader, line .fa-book, line .fa-bookmark, line .fa-archive {
	font-size:40px;
	color:#FFD300
}

/*--------------------------------------------------------------------INFORMACIONES-----------*/


.boxclases {
	width: 31.333%;
	max-width:400px;
	margin:7px 1% 21px;
	border:#e3e3e3 2px solid;
	background-color:#;
	box-shadow: 7px 7px 14px #cfcfcf;
}


.boxclases h4 {
	font-size:22px;
	font-weight:600;
	color:#fff;
	line-height:2.4;
	text-align:center;;
	background-color:#2CB4C9;
	width:100%;
}

.boxclases .precio, .boxclases .precio p {
	font-weight:300;
	text-align:center;
	line-height:1.5;
	padding:0;
}

.boxclases h5 {
	text-align:left;
	line-height:1.4;
	padding-left:14px;
	margin:14px auto 0;
	width:100%;
}

.boxclases p {
	font-weight:300;
	text-align: justify;
	line-height:1.4;
	padding: 0 7px;
}

.boxclases .precio {
	padding: 7px;
	max-width:90%;
	margin: 7px auto 14px;
	background-color:#F4F9FA;
	text-align: center;	
}

.boxclases .precio .cifra {
	font-weight:500;
	font-size:28px;
	color: #00B0C5;
	line-height:.5;
}

.boxclases .peso {
	font-weight:400;
	font-size:20px;
	color: #00B0C5;
	vertical-align: super;
}

.boxclases .anual {
	vertical-align: text-bottom;
}

.boxclases li {
	margin-bottom:7px;
}

.boxclases ul  {
	list-style-image: url(archivos/gifes/ulli.gif));
	margin:0;
	padding-top:7px;
	margin-left:21px;
}

.boxclases li ul {
	padding-top:0px;
}

.boxclases li ul li {
	list-style-image: url(archivos/gifes/ullili.gif);
	margin:0;
	line-height:1.2;
}

#normas {
	background-color: F4FCE2;
}

#normas h3 {
	padding:12px 0 0;
	margin:0;
	line-height:1;
}

#normas ul {
	margin-bottom:24px;
}

#normas li {
	text-align:justify;
	margin-bottom:6px;
	line-height:1.4;
}

#normas hr {
	margin:4px auto;
	line-height:.4;
	width:100%;
	border:#e3e3e3 thin solid;
}

/*-------------------------------------------------------------------PARA TODO --------------*/

.icon-menu {
	color: #5087FF;
}

img {
	max-width:100%;
	height:auto;
}

.icon-menu {
	color: #167C0B;
}

/*-------------------------------------------TEORIA-------------------------*/

.ininfo {
	padding:24px;
	width:31.333%;
	box-shadow: 7px 7px 21px #ccc;
	background-color:#F7F9F9;
	border-radius:8px;
	margin:0 1% 18px;
}

.color {
	padding:14px;
	margin:14px auto 0;
	border-bottom:#FF8362 thin solid;
}

.color img {
	margin: 0 8px 8px 0;
}

/*----------------------------------------------------------------------FONO PC-----------------------*/

#fonopc {
	padding:14px;
	margin: auto;
	text-align:center;
	border-radius:21px;
	background: #f3f3f3;
	background-image:url(../inicio/fd-whatsapp.jpg);
	width:98%;
	max-width:300px;
	display: block;
}

#fonopc h5 {
	font-family: 'Montserrat', Verdana, sans-serif;
	font-size:21px;
	font-weight: bold;
	color:#000;
	letter-spacing:1px;
	margin-bottom:7px;
	display: block;
}

#fonopc a {
	font-family: 'Montserrat', Verdana, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	line-height:1.5;
	padding: 7px 14px;
	border-radius:36px;
	border:#FFFFFF 7px double;
	background: #FF8362;
	display: inline-block;
	transition: all .4s ease;
}

#fonopc a:hover {
	background: #88288B;
}

#celular {
	display:none;
}

/*------------------------------------------- OTRAS COSAS --------------------------*/

.ir-a {
	padding:14px;
	margin: auto;
	text-align:center;
	border-radius:21px;
	border:#e9e9e9 2px solid;
	background-color:#f9f9f9;
	width:260px;
	display: block;
}

.ir-a a {
	font-family: 'Montserrat', Verdana, sans-serif;
	font-size:18px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	line-height:1.5;
	padding: 7px;
	margin: 2px auto;
	border-radius:36px;
	border:#FFFFFF 7px double;
	background: rgba(243,103,43,.7);
	transition: all .4s ease;
	width:90%;
	display: inline-block;
}

.ir-a a:hover {
	background: rgba(136,40,139,.7);
}

.artijobi {
	background-color:#fcfcfc;
	padding:2px;
	border-radius:4px;
}

.artijobi img {
	width:100%;
	max-width:220px;
}

/*-------------------------------------------------------------------FOOTER COMPUTADOR---------------------------------*/

footer {
	border-top:#aaa 5px solid;
	background-color: #363636;
	width:100%;
	padding:12px;
	margin-top:14px;
}

footer #compu {
	display:block;
	width:100%;
	text-align:center;
}

footer #compu a {
	font-weight:500;
	font-size:16px;
	color:#fff;
	display:inline-block;
	padding: 3px 12px;
	border-radius:6px;
	background-color: #222;
}

footer #compu a:hover {
	color:#ff9;
	background-color: rgba(0,0,0,0.08);
}

footer #celu {
	display:none;
}

footer #navega {
	text-align:center;
}

footer li {
	list-style-type:none;
	display:inline;
	line-height:1;
}

footer .navega a {
	font-family: 'Montserrat', Verdana, sans-serif;
	font-size:16px;
	font-weight:300;
	color:#fff;
	padding: 8px;
	border-radius:6px;
	transition: all .2s ease;
}

footer .navega a:hover, footer #compu a:hover {
	color:#fff;
	background-color: #88288B;
}

.cel-pie {
	font-size:16px;
	font-weight: normal;
	color:#fff;
	padding: 0 8px;
	line-height:1;
}


@media screen and (min-width: 1366px) {
Body {
	font-size:18px;
	line-height:1.7rem;
}
}

@media screen and (max-width: 680px) {
Body {
	background-color:#fff;
}

h1	{
	font-size:20px;
	font-weight:400;
	letter-spacing:1px;
	width:96%;
	border-radius:6px;
}
h2	{
	font-size:22px;
}

aside {
	width:100%;
	-webkit-order: 2;
	order: 2;
}

article {
	width:100%;
	-webkit-order: 1;
	order: 1;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12  {
	width:90%;
}

salto {
	height:14px;
}

fototaller img {
	width:100px;
	height:125px;
}

.tecnicas {
	width:90%;
	margin: auto;
	margin-bottom:14px;
}

.ininfo {/*------inicio teoria-----------*/
	width:49%;
}


#fonopc {
	display:none;
}

}

@media screen and (max-width: 600px) { /*---------------fono fijo en pie------------------------*/

#celular {
	position: fixed;
	bottom: 0;
	padding:3px 1px 2px;
	width: 100%;
	background: rgba(0,0,0,.6);
	display: block;
}

.celular {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	text-align:center;
	width:100%;
}

.celular a {
	font-size:15px;
	font-weight:500;
	color:#fff;
	line-height:2;
	margin:2px 2.5%]
	padding-bottom:0;
	padding-top:3px;
	border-radius:4px;
	background:#2CB4C9;
	width:45%;
	max-width:160px;
	text-align:center;
	display: block;
	transition: all .8s ease;
}

#celular a:hover {
	background: rgba(136,40,139,1);
}

/*-------------------------------------------TEORIA-------------------------*/

.ininfo {
	padding:12px;
	width:48%;
	border-radius:6px;
	margin-bottom:8px;
	box-shadow: 3px 3px 6px #aaa;
}

.color {
	padding:6px;
	margin:6px auto;
	border-bottom:#FFD300 solid solid;
}

.color img {
	margin:6px;
}

}

@media screen and (max-width: 660px) {

Body {
	line-height:1.5;
	font-size:14px;
	background-color:#fff;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	width:100%;
	padding:2px 5px;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.2;
	letter-spacing:0;
	text-indent:0;
	width:100%;
}

h1{
	font-size:18px;
	font-weight:500;
	text-align:center;
	width:96%;
	margin: 0 auto 8px;
}

h2 {
	font-size:18px;
	font-weight:500;
	line-height:1.6;
	text-indent:0;
	margin:0;
}

h3, h4, h5, h6 {
	font-size:15px;
	text-indent:0;
}

hr {
	width:100%;
	margin:6px auto;
}

li {
	font-size:12px;
}

p {	text-align: left; padding-left:4px;}

.newspaper, .newspaper2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	text-align: left;
}

.newsprof {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	text-align: left;
}

#guasa {
	display: none;
}

.marco {
	border-radius:4px;
	padding:7px;
	margin: 7px;
	box-shadow: 4px 4px 7px #ccc;
}

fototaller {
	width:100%;
	padding:0;
	margin: auto;
}

fototaller img {
	width:24.2%;
	height:auto;
	padding:0;
	margin-bottom:1px;
}

salto {
	height:7px;
}

.tecnul li {
	font-size:13px;
	line-height:1.1;
}

.sacar {
	display:none;
}

.poner {
	display: block;
}

/*---------------------------------------------------ONLINE --------------------------*/

#avance {/*--avanze clase en linea --*/
	width:100%;
	margin-bottom:12px;
}

.avance {
	width:48.5%;
	margin: 0 .75%;
	margin-bottom:8px;
	vertical-align: top;
}

#avance h2 {
	font-size:15px;
	font-weight:600;
	line-height:1;
}

.avance p {
	font-size:12px;
}

.avance img {
	max-width:98%;	
	box-shadow:0 10px 15px -10px #555;
	margin-bottom:0;
}

/*--------------------------------------------------------------------INFORMACIONES -----------*/

container {
	width:100%;
}

.boxclases {
	width: 98.8%;
	padding-bottom:4px;
	margin:4px .3% 7px;
	border: #d3d3d3 1px solid;
	-webkit-box-shadow: 0 12px 20px -12px #aaa;
	box-shadow: 0 12px 20px -12px #aaa;
}

.boxclases h4 {
	line-height:2;
}

.boxclases .precio, .boxclases .precio p {
	font-weight:300;
	text-align:center;
	line-height:1.5;
	padding:0;
}

.boxclases p {
	padding: 0 4px;
	font-size:12px;
}

.boxclases .precio {
	padding: 4px;
	margin: 4px auto 7px;
	background-color:#f4f4f4;
}

.boxclases .precio p {
	font-size:12px;
}

.boxclases .precio .cifra {
	font-size:20px;
}

.boxclases .peso {
	font-weight:500;
	font-size:15px;
	vertical-align: super;
}

.boxclases .anual {
	font-size:12px;
}

.boxclases h5 {
	line-height:1.6;
	margin:7px auto 4px;;
	background-color:#f4f4f4;
}

.boxclases ul {
	padding-top:4px;
	margin-left:14px;
}

.boxclases li {
	font-size:12px;
	list-style-image: url(../gifes/ullili.gif);
	padding:0px;
	margin:0;
}

/*--------------------------------------------------------  DIBUJOS LINE  -------------*/
line {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items:center;
	padding: 7px 0;
	margin: 7px 0;
	width:100%;
	background-color:#

}

line hr {
	width:42%;
	height:1px;
	border-top: 1px solid #2CB4C9;
	border-bottom: #fff 1px solid;
}

line .fa-chalkboard-teacher, line .fa-book-reader, line .fa-book, line .fa-bookmark {
	font-size:28px;
}

/*-------------------------------------------TEORIA-------------------------*/

#doble {
	width:100%;
	border:none;
}

#doble .col-6 {
	text-align:center;
	width: 50%;
}

#doble a {
	font-size:20px;
	font-weight:500;
	line-height:1.8;
	padding-top:6px;
	border: none;
	border-radius:6px;
	max-width:150px;
}

#doble a:hover {
	background: rgba(136,40,139,1);
}

.ininfo {
	padding:6px;
	width:98%;
	border-radius:4px;
	margin-bottom:6px;
	box-shadow: 2px 2px 5px #bbb;
}

.color {
	padding:6px;
	margin:6px auto;
	border-bottom:#FFD300 solid solid;
}

.color img {
	margin:6px;
}


/*-------------------------------------------------------------------FOOTER CELULAR---------------------------------*/

footer {
	width:100%;
	padding:4px 3px 32px;
	margin-top:7px;
	margin-bottom:px;
}

footer #compu {
	display:none;
}

footer #celu {
	display:block;
	width:100%;
	text-align:center;
}

footer #celu li {
	display: table;
}
footer #celu a {
	font-weight: normal;
	font-size:15px;
	color:#666;
	display:inline-block;
	line-height:2;
	margin:3px auto;
	border-radius:6px;
	background-color: rgba(0,0,0,0.05);
}

footer .navega a {

	font-size:18px;
	line-height:1.8;
}

.cel-pie {

	padding: 3px 6px;
}

}

/*------------------------------------------------------------------*/

}

@media print {
* {
	color: #000 !important;
	text-shadow: none !important;
	background: transparent !important;
	box-shadow: none !important;
}
}