@charset "utf-8";
/* CUSTOM CSS Document */

/*
Google Fonts
font-family: 'Urbanist', sans-serif;
*/

body{
	font-family: 'Urbanist', sans-serif;
	color: #414141;
}

.enConstruccion img{
	width: 275px;
}

.enConstruccion .social a:hover{
	color: #4cedff;
}

header{
	background-color: transparent;
}

header.reduce, header.inside, header.active{
	background-color: #ffffff;
}

header.inside{
	position: relative;
}

header .top{
	background-color: #01454f;
}

header .top a{
	color: #ffffff;
}

header .hamburger{
	padding: 40px 0;
}

header .logo{
	width: 150px;
	height: 100px;
	background-image: url("../custom/logoHBlanco.png");
	transition: all .3s;
}

header.inside .logo, header.reduce .logo, header.active .logo{
	width: 125px;
	height: 90px;
	background-image: url("../custom/logo.png");
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #ffffff;
}

.inside .hamburger-inner, .inside .hamburger-inner:after, .inside .hamburger-inner:before, .reduce .hamburger-inner, .reduce .hamburger-inner:after, .reduce .hamburger-inner:before, .active .hamburger-inner, .active .hamburger-inner:after, .active .hamburger-inner:before{
	background-color: #01454f;
}

.hamburger:hover{
	opacity: 1;
}

header ul.options{
	line-height: 100px;
	transition: line-height .3s;
}

header.inside ul.options, header.active ul.options, header.reduce ul.options{
	line-height: 90px;
}

header ul.options a, header ul.options p{
	color: #FFFFFF;
	position: relative;
	font-weight: 300;
}

header.reduce ul.options a, header.inside ul.options a, header.active ul.options a, header.reduce ul.options p, header.inside ul.options p, header.active ul.options p{
	color: #828282;
	position: relative;
}

header .options p:hover ,header .options a:hover, header.reduce ul.options a:hover, header.inside ul.options a:hover, header.active ul.options a:hover{
	color: #4cedff;
	opacity: 1;
}

header .menu .container > ul > li{
	border-bottom: 1px solid #c7d0d9;
}
header .menu ul li a, header .menu ul li p
{
	color: #ffffff;
}

header .menu ul li a:hover, header .menu ul li p:hover{
	color: #4cedff;
}


header .menu .container > ul li > a:hover, header .menu .container > ul li > p:hover{
	padding-left: 15px;
	transition: all .3s;
}

header + .carousel{
	height: 100vh;
	background-color: #edf4f5;
	
}

header + .carousel .carousel-caption{
	width: 82.5%;	
	top:calc(50%);
	left: 8%;
	right: auto;
	bottom: auto;
	transform: translateY(-42%);
	text-align: left;
}

header + .carousel h1{
	font-weight: 900;
}

header + .carousel h1 span{
	color: #4cedff;
}

header + .carousel .fijo{
	background-image: url("fondo.jpg");
}

header + .carousel .btn-call{
	color: #01454f;
   padding: 0.5em 1.5em;
    background-color: rgba(0,0,0,0.25);
    color: #ffffff;	
}

header + .carousel .btn:hover{
	color: #ffffff;
	background-color: #01454f;
}

.carousel-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}

section#destacados{
	padding-top: 120px;
	padding-bottom: 0;
}

h2{
	font-weight: 200;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 2rem;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
}


h2 + p{
	text-align: center;
	margin-bottom: 60px;
}

.btn-call{
	background-color: #01454f;
	color: #ffffff;
	border-radius: 0;
	border: 1px solid #01454f;
}

.btn-call:hover{
	background-color: #ffffff;
	color: #01454f;
	border: 1px solid #01454f;	
}

.listadoProductos a, .productos a{
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-size: 1.25rem;
	border: 2px solid #c7d0d9;
	padding: 30px;
	text-align: center;
	color: #414141;
	vertical-align: top;
	background-color: transparent;
}


.listadoProductos a .btn-call, .productos a .btn-call{
	background-color: transparent;
	color: #414141;
	text-transform: uppercase;
	width: 100%;
}

.listadoProductos a:hover .btn-call, .productos a:hover .btn-call{
	color: #ffffff;
	background-color: #01454f;
}


.listadoProductos a .imagen, .productos a .imagen{
	margin-bottom: 30px;
}

.listadoProductos a .precioProducto, .productos a .precioProducto{
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-size: 2rem;
	font-weight: bold;
}

.listadoProductos a .detalleProducto, .listadoProductos a .btn-call{
	font-size: 0.875rem;
}

.listadoCategorias a{
	width: 31.66666666666667%;
}

.listadoCategorias a:after{
	padding-bottom: 75%;
}

.listadoCategorias a p{
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	color: #000;
	padding-bottom: 15px;
	border-bottom: 2px solid #01454f;
	top:50%;
	left: 50%;
	bottom: auto;
	transform: translate(-50%,-50%);
	transition: opacity .3s;
} 

.listadoCategorias a img{
	opacity: .25;
	transition: opacity .3s;
	
} 
.listadoCategorias a:hover p{
	opacity: 0;
} 

.listadoCategorias a:hover img{
	opacity: 1;
} 

.info .container > div{
	border: 2px solid #c7d0d9;
}

.info .container > div .modalTrigger > div{
	background-color: #01454f;
}

.info .container > div .modalTrigger p{
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-size: 1rem;
	font-weight: normal;	
    text-transform: uppercase;	
}

footer{
	background-color: #1a3033;
}

footer .logo {
    width: 90px;
    height: 90px;
    background-image: url(../files/logo.jpg);
}

footer .redes a{
	color: #191919;
	background-color: #c7d0d9;
	border-radius: 100%;
	width: 45px;
	height: 45px;
}

footer .links p{
	color: #ffffff;
	font-size: .875rem;
}


footer .links p a{
	color: #ffffff;
}

footer .links p a:hover{
	color: #4cedff;
}

footer .links p:first-child{
    color: #ffffff;
    font-size: .875rem;
	letter-spacing: normal;
	text-transform: none;
}

.buscando form, .mensaje > div:first-child{
	background: #000;
	color: #ffffff;
}

.buscando form h2{
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	padding: 0;
	left: auto;
	transform: none;
	color: #FFFFFF;
	font-size: 1.5rem;
	margin-bottom: 15px;
}

.modal-backdrop.show{
	opacity: 1;
}

.buscando .mask, .mensaje .mask, .modal-backdrop{
    background: rgba(0,0,0,0.75);
}

.buscando form input[type="text"], .articulo form.buscandoDescarga input[type="text"]{
	background-color: transparent;
	color: #ffffff;
}

.buscando form input[type="submit"], .articulo form.buscandoDescarga input[type="submit"] {
    background-color: #01454f;
	border: 1px solid #01454f
}

.buscando form input[type="submit"]:hover, .articulo form.buscandoDescarga input[type="submit"]:hover {
    background-color: #000;border: 1px solid #ccc;
}

section.producto h1{
font-family: 'Sofia Sans Condensed', sans-serif;	
font-size: 2rem;
	font-weight: normal;	
}

.importeFinal{
	background: #9ba7b3;
    padding: 15px;
    color: #fff;	
} 

.formasTexto.active, .finalizarCompra.active{
	background-color: #f2f2f2;	
}

    

/*Modal*/

.modal-content{
	background-color: #ffffff;
	border: 1px solid #c7d0d9;
}


.loginRegistro .login, .loginRegistro .registro, .loginRegistro .recuperar{
    border: 1px solid rgba(255,255,255,1);
    background-color: #ffffff;
}

.recuperarTrigger, .registrar, .loginTrigger{
	color: #414141;
}

.registrar{
	color: #414141;
}

.loginRegistro .form-control, .loginRegistro .form-select{
	background-color: transparent;
	color: #414141;
}

.recuperarTrigger:hover, .registrarTrigger, .loginRegistro .small a{
	color: #c7d0d9;
}

.listaCarrito .cabecera p{
	color: #000;
}

.listaCarrito ul.productos li:nth-child(odd){
	background-color: #f2f2f2;
}

.listaCarrito ul.productos li:nth-child(even){
	background-color: #ffffff;
}

.listaCarrito ul.productos li > p, .listaCarrito ul.productos li > a{
	font-size: .875rem;
}

.listaCarrito ul.productos li > a {
    border: 0;
	padding: 0px;}

.totales .btn-call{
	width: 100%;
}

.totales{
	background-color: #e5e5e5;
}

.finalizarCompra{
    color: #000;
    border: 1px solid rgba(65,65,65,0);
    font-size: .879rem;
	}

.finalizarCompra.active{
    border: 1px solid rgba(65,65,65,1);
	}

.articulo h2, .articulo h1{
	float: left;
}

.articulo .texto {
    font-size: 1rem;
}

.articulo .texto h3 {
	color:#01454f; 
	font-family: 'Sofia Sans Condensed', sans-serif;
}

ul.productos, li a.borrarProducto, .totales{
	color: #000;
}

header + .loginRegistro, header + .contacto{
	background-color: transparent;
}

.contacto .form-control{
	background-color: transparent;
}

footer .redes a{
	vertical-align: top;
	color: #fff;
	background-color: #01454f;
}

footer .redes a.whatsapp:before{
content: '\f232';	
}


footer .redes a:hover, footer .redes a.telefono:hover:before{
	background-color: #01454f;
}

/*En construccion*/
.enConstruccion .texto{
	max-width: 85%;
	margin: auto;
}

.enConstruccion .texto h2{
	left: auto;
	transform: none;
}
.enConstruccion .texto h2 + p{
	margin-bottom: 30px;
}

.enConstruccion .social a {
    width: 30px;
    position: relative;
	display: inline-block;
    margin-right: 5px;
	color: #01454f;	
}

.enConstruccion .social a:hover {
    color: #ffffff;
}

.enConstruccion .social a:before, .enConstruccion .mainSocial a:before {
    font-size: 1.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
    border: 0;
}

footer .footReg .realizado{
	background-image: url("realizado.png");
}

.articulo h1, .cursos h2, .articulos > .container > p:first-child, header + section.articulos h2{
	font-weight: 900;
	color: #01454f;
}

header + section.articulos .container > h2{
	text-transform: none;
	margin-bottom: 30px;
}

section.articulo .imagenEpigrafe{
	overflow: hidden;
}

section.articulo .imagenEpigrafe:after{
	content: "";
	display: block;
	padding-bottom: 100%;
}

section.enHome.articulo .imagenEpigrafe:after{
	display: none;
}

section.articulo .imagenEpigrafe img{
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

section.articulo .imagenEpigrafe:after{
	display: none;
}

section.articulo .imagenEpigrafe img{
	position: relative;
	object-fit: none;
	width: 100%;
	height: auto;
}

section:nth-child(odd) .imagenEpigrafe{
	float: right;
}

section:nth-child(even){
	padding: 120px 0;
}



header ul.options > li{
	text-align: center;
}

.articulo.preguntas-frecuentes{
	overflow: hidden;
	margin-bottom: 60px!important;
}

.articulo.preguntas-frecuentes .texto {
	width: 100%;
}

.articulo.preguntas-frecuentes ul{
	display: block;
	list-style: none;
	margin:0;
	padding: 0;
}

.articulo.preguntas-frecuentes ul li{
	display: block;
	padding: 15px 0;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 0
}

.articulo.preguntas-frecuentes ul li:last-child{
	border-bottom: 0 solid #cccccc;
}

.articulo.preguntas-frecuentes ul li p:first-of-type{
	margin-bottom: 0;
}

.articulo.preguntas-frecuentes ul li strong{
	font-family: 'Sofia Sans Condensed', sans-serif;		
	text-align: center;
	text-transform: uppercase;
	font-size: 1.25rem;
	margin-bottom: 0;
	
}

.articulo.preguntas-frecuentes ul li strong:before{
	content: "\f521";
	font-family: "Font Awesome 6 Free";
    font-weight: 600;
	color: #01454f;
	margin-right: 5px;
}


/*.articulo.enHome.formacion-profesional, .articulo.enHome.desarrollo-profesional*/.articulo.enHome.formacion-personal, .articulo.enHome.desarrollo-personal{
	margin-bottom: 0!important;
	padding-bottom: 60px;
	/*border-bottom: 1px dashed #bcedf5;*/
}

.articulo.enHome:nth-of-type(even){
	background-color: #edf4f5;	
}


/*.articulo.enHome.formacion-profesional + .dependientes, .articulo.enHome.formacion-personal + .dependientes, .articulo.enHome.desarrollo-profesional + .dependientes, .articulo.enHome.desarrollo-personal + .dependientes*/
.articulo.enHome.formacion-personal + .dependientes, .articulo.enHome.formacion-personal + .dependientes, .articulo.enHome.desarrollo-personal + .dependientes, .articulo.enHome.desarrollo-personal + .dependientes{
	padding-top:60px; 
	margin-bottom: 0!important;
	padding-bottom: 90px;
}

.articulo.enHome.formacion-profesional + .dependientes a.articulo_item, .articulo.enHome.formacion-personal + .dependientes a.articulo_item, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item, .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item{
	display: block;
	float: left;
	position: relative;
	width: 48.75%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	overflow: hidden;
}

.articulo.enHome.formacion-profesional + .dependientes a.articulo_item:after, .articulo.enHome.formacion-personal + .dependientes a.articulo_item:after, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item:after, .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item:after{
	content: "";
	display: block;
	padding-bottom: 75%;
}

.articulo.enHome.formacion-profesional + .dependientes a.articulo_item .imagen, .articulo.enHome.formacion-personal + .dependientes a.articulo_item .imagen, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item .imagen, .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item .imagen{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

.articulo.enHome.formacion-profesional + .dependientes a.articulo_item .imagen img, .articulo.enHome.formacion-personal + .dependientes a.articulo_item .imagen img, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item .imagen img, .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item .imagen img{
	object-fit: cover;
	width: 101%;
	height: 101%;
}

.articulo.enHome.formacion-profesional + .dependientes a.articulo_item h2, .articulo.enHome.formacion-personal + .dependientes a.articulo_item h2, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item h2, .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item h2{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 1.125rem;
	text-transform: uppercase;
	background-color: #01454f;
	color: #ffffff;
	min-height: 4em;
	padding: 0.5em 1.5em;
	margin-bottom: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;	
}

.articulo.enHome.formacion-profesional + .dependientes a.articulo_item:hover h2, .articulo.enHome.formacion-personal + .dependientes a.articulo_item:hover h2, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item:hover h2, .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item:hover h2{
	opacity: 0;
}

.articulo.enHome.formacion-profesional + .dependientes a.articulo_item:before, .articulo.enHome.formacion-personal + .dependientes a.articulo_item:before, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item:before, .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item:before{
	font-size: 1.5rem;
    content: "Ver más";
    color: #ffffff;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0,175,196,.90);
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.articulo.enHome.formacion-profesional + .dependientes a.articulo_item:hover:before, .articulo.enHome.formacion-personal + .dependientes a.articulo_item:hover:before, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item:hover:before, .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item:hover:before{
    z-index: 1;
}

.articulo.enHome.formacion-personal, .articulo.enHome.desarrollo-personal{
	padding-top: 60px;	
	margin-top: 0;
	padding-bottom: 90px;
	/*border-bottom: 1px dashed #bcedf5;*/	
}

.articulo.enHome.formacion-personal + .dependientes, .articulo.enHome.desarrollo-personal + .dependientes{
	padding-top: 30px;
	background-color: transparent;
}


section.formacion-personal h1, section.desarrollo-personal h1{
	float: left;
}

.articulo.enHome.formacion-personal .texto , .articulo.enHome.desarrollo-personal .texto {
    width: 60%;
}

section.articulo.enHome{
	padding:90px 0;
}

.enHome + .cursos, .enHome + .dependientes + .cursos{
	background-color: #edf4f5;
	padding-top: 120px;
} 

section.cursos{
	margin-bottom: 0;
}

.cursos > .container > h2{
	text-transform: none;	
}

.cursos .listado{
	font-size: 0;
}

.cursos a.curso{
	font-size: 1rem;
	background-color: #ffffff;
}

.cursos a.curso:hover {
    background-color: #01454f;
}

.cursos a.curso p:first-child, .cursos a.curso .saberMas{
	font-weight: 400;
}

section.articulos{
	padding: 90px 0 120px;
	margin-bottom: 0;
}

header + section.articulos, header + section.articulo, header + section.contacto, header + section.articulo.cursada{
	padding: 30px 0 0; 
}

section.articulos .listado{
	text-align: center;
}

section.articulos > .container > p:first-child{
    font-size: 2rem;
    margin: auto;
    text-transform: none;
	margin-bottom: 30px;
}

section.articulos .articulo_item{
	display: block;
	float: left;
	width: 31.66666666666667%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}

section.articulos .articulo_item .imagen{
	width: 100%;
	overflow: hidden;
	position: relative;	
	background-color: #ffffff;
	transition: background-color .3s;
}

section.articulos .articulo_item:hover .imagen{
	background-color: #01454f;
}

section.articulos .articulo_item .imagen img{
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	width: 100%;
	height: 100%;
    filter: grayscale(0);
	mix-blend-mode: multiply;
	transition: filter .3s;
}

section.articulos .articulo_item:hover .imagen img{
    filter: grayscale(1);
}

section.articulos .articulo_item .imagen:after{
	content: "";
	display: block;
	padding-bottom: 75%;
}

section.articulos .articulo_item .texto{
	text-align: left;
	width: 100%;
	padding: 1.42857em 2.142857em .01em;
}

section.articulos a.articulo_item {
	text-align: left;
	color: #414141;
	border: 1px solid rgba(0,0,0,0);
	background-color: rgba(0,0,0,.07);
	transition:  background-color .3s, border .3s;
}

section.articulos a.articulo_item:hover {
	border: 1px solid rgba(0,0,0,0.125);	
	background-color: rgba(255,255,255,1);
}

section.articulos .articulo_item .texto h2{
	transform: none;
	left: auto;
	right: auto;
	color: #01454f;
	font-size: 1.5rem;
	text-transform: none;
	margin-bottom: 15px;
	text-align: left;
}

section.articulos .articulo_item h2 + p.fecha, section.articulos .articulo_item .copete{
	margin-bottom:  1.42857em;
	text-align: left;}

section.articulos .articulo_item .btn-call{
	display: inline-block;
	margin: 0 auto 30px;
	padding: 15px 30px;
	text-align: center;
	color: #ffffff;
}

section.articulos .articulo_item:hover .btn-call, .listado > .btn-call{
	background-color: transparent;
	color: #01454f;
}

.listado > .btn-call{
	border: 0;
	margin: auto;
}

.listado > .btn-call:after, .listado > .btn-call:before{
	content: "-";
	margin: 0 10px;
}

footer .links {
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    vertical-align: top;
    text-align: center;
}

.breadcrumbs p a{
	color: #414141;
}

.breadcrumbs p a:hover, .share a{
	color: #01454f;
}

header + section.articulo .imagenEpigrafe:after{
	display: none;
}

header + section.articulo .imagenEpigrafe .imagen img{
	position: relative;
	object-fit: contain;
	height: auto;
}

header + section.articulo h1, header + section.contacto h2{
	width: 100%;
}

.buscando form, .mensaje > div:first-child{
	background-color: #ffffff;
	color: #414141;
}

.buscando form h2,  header + section.contacto h2{
	color: #01454f;
}

header + section.contacto h2{
	transform: none;
	left: auto;
	text-transform: none;
	text-align: left;
	font-weight: 900;
}

header + .loginRegistro{
	margin-top: 0;
}


header + section.articulo{
	padding-bottom: 60px;
}

header + section.articulo .texto h2{
	text-align: left;
	transform: none;
	left: auto;
	display: block;
	width: 100%;
	color: #01454f;
    font-family: 'Sofia Sans Condensed', sans-serif;
	margin-top: 1em;
	margin-bottom: 1rem;
}

header + section.articulo .texto h2 + p{
	text-align: left;
	margin-bottom: 1rem;
}

hr{
	margin: 2rem 0;
}

p span, li span{
	background-color: transparent!important;
}

section.enHome:last-of-type{
	margin-bottom: 0!important;
}

section:nth-child(odd) h1, section:nth-child(odd) .texto{
	width: 60%;
	float: right;
	text-align: left;
}

section:nth-child(odd) .imagenEpigrafe{
	float: left;
}

footer .footReg p{
	color: #ffffff;
}

footer .freepik{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: .6rem;
    letter-spacing: 2px;
    color: #828282;
    text-transform: capitalize;	
}


@media only screen and (max-width : 479px) {
	

header ul.options a, header ul.options p{
	line-height: 30px;
	}	
	
header .options a, header .options p{
	margin-left: 0;
}

	header .menu .container > ul > li{
		font-size: 1.5rem;
	}
	
	header .hamburger {
		padding: 10px 0;
	}	
	
	
	
	header .logo, header.inside .logo, header.reduce .logo, header.active .logo{
    width: 100px;
    float: left;
    height: 50px;
    margin: 0;
    background-position: left center;
	}	
	
	header ul.options.active{
		margin: 30px 0;
	}
	
	header .options	{
		line-height: 70px;
		
	}
	
	header .options p,	header .options a{
		margin-left: 0;

	}	
	header .options a{
		padding: 7px 0;
	}	
	
	header + .carousel{
		margin-top: 0;
		height: 100vh;
		margin-bottom: 60px;
	}	
	
	
	footer .links p:first-child {
font-size: .875rem;
}	
	
	footer .redes a{
		width: 50px;
		height: 50px;
	}
		
	h2, h1{
	font-size: 1.5rem;	
	}
	
	header + .carousel{
		margin-bottom: 0;
	}	
	
	section.articulo h1, section.articulo h2{
		font-size: 2rem;
		margin-bottom: 1em;
		width: 100%;
	}

	section.articulos .articulo_item{
		width: 100%;
		margin-right: 0;
	}	
	
	
	section.articulo .texto, .articulo.enHome.formacion-personal .texto, .articulo.enHome.desarrollo-personal .texto{
		width: 100%;
	}
	
	section.articulo.enHome.sobre-mi{
		padding: 60px 0 30px; 
	}
	
	.articulo.enHome.formacion-profesional + .dependientes a.articulo_item, .articulo.enHome.formacion-personal + .dependientes a.articulo_item, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item, .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item{
		width: 100%;
	}
	
	.articulo.enHome.formacion-profesional, .articulo.enHome.desarrollo-profesional{
		padding-bottom: 0;
	}
	
	.articulo.enHome.formacion-profesional + .dependientes a.articulo_item:after, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item:after{
		padding-bottom: 100%;
	}
	

	header + .articulo .imagenEpigrafe, header + .articulo .galeria{
		width: 100%;
	}	
	

	header + .articulo .galeria .imagen{
		width: 31.66666666666667%
	}
	
	header + .articulo .galeria .imagen:nth-child(3n){
		margin-right: 0;		
	}		
		}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {

	header .logo{
	float: left;
}

header ul.options a, header ul.options p{
	line-height: 30px;
	}	
	
header .options a, header .options p{
	margin-left: 0;
}

	header .menu .container > ul > li{
		font-size: 1.5rem;
	}
	
	header .hamburger {
		padding: 30px 0;
	}	
	
	header .logo, header.inside .logo, header.reduce .logo, header.active .logo{
		width: 125px;
		height: 90px;
		margin: 0;
	}	
	
	header ul.options.active{
		margin: 30px 0;
	}
	
	header .options	{
		line-height: 70px;
		
	}
	
	header .options p,	header .options a{
		margin-left: 0;

	}	
	header .options a{
		padding: 7px 0;
	}	
	
	header + .carousel{
		margin-top: 0;
		height: 100vh;
		margin-bottom: 60px;
	}	
	
	
	footer .links p:first-child {
font-size: .875rem;
}	
	
	footer .redes a{
		width: 50px;
		height: 50px;
	}
		
	h2, h1{
	font-size: 1.5rem;	
	}
	
	header + .carousel{
		margin-bottom: 0;
	}	
	
	section.articulo h1{
		font-size: 2rem;
		margin-bottom: 1em;
		width: 100%;
	}

	section.articulos .articulo_item{
		width: 100%;
		margin-right: 0;
	}	
	
	
	section.articulo .texto, .articulo.enHome.formacion-personal .texto, .articulo.enHome.desarrollo-personal .texto{
		width: 100%;
	}
	
	section.articulo.enHome.sobre-mi{
		padding: 60px 0 30px; 
	}
	
	.articulo.enHome.formacion-profesional + .dependientes a.articulo_item, .articulo.enHome.formacion-personal + .dependientes a.articulo_item, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item, .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item{
		width: 100%;
	}
	
	.articulo.enHome.formacion-profesional, .articulo.enHome.desarrollo-profesional{
		padding-bottom: 0;
	}
	
	.articulo.enHome.formacion-profesional + .dependientes a.articulo_item:after, .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item:after{
		padding-bottom: 75%;
	}
	
	header + .articulo .imagenEpigrafe, header + .articulo .galeria{
		width: 100%;
	}	
	

	header + .articulo .galeria .imagen:nth-child(4n){
		margin-right: 0;		
	}	
}



/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {
	
	
	header .hamburger{
		padding: 34px 0;
	}	
	
header + .carousel{
	margin-top: 0;
}	


	header.active ul.options a{
		padding: 7px 0;
		font-size: 2rem;
	}	
	
	section.articulos a.articulo_item{
		width: 48.75%;
	}
	

	header + section.articulo .texto{
		float: left;		
	}
		
	section.articulos a.articulo_item:nth-child(2n) ,.articulo.enHome + .dependientes a.articulo_item:nth-child(2n), header + section.articulo .galeria .imagen:nth-child(2n){
		margin-right: 0;		
	}
	

		section.enHome{
		padding: 90px 0 120px;
	}	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
	
header .logo, header.reduce .logo{
	width: 150px;
	height: 100px;
	float: left;
	margin: auto;		
	}
	
	header ul.options, header.reduce ul.options{
		width: 80%;
		line-height: 100px;
		text-align: right;
	}	
	
	header.inside ul.options, header.active ul.options, header.reduce ul.options {
    line-height: 100px;
		height: 100px;
}
	
	header .options > li{
		margin-left: 5px;
		margin-right: 5px;
	}
	
	header .options > li > a, header .options > li > p{
		margin-left: 0;
		font-size: .879rem;
	}	
	
header + .carousel{
	margin-top: 0;
}		
/*Listado*/
	
	section.articulos a.articulo_item{
		width: 48.75%;
	}
		
	header + section.articulo .galeria .imagen{
		width: 31.66666666666667%
	}
	
	
	section.articulos a.articulo_item:nth-child(2n) ,.articulo.enHome + .dependientes a.articulo_item:nth-child(2n), 	header + section.articulo .galeria .imagen:nth-child(3n){
		margin-right: 0;		
	}

		section.enHome{
		padding: 90px 0 120px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
/*Listado*/

	header + .carousel{
	margin-top: 0;}	
	
	.carousel + section{
		padding-top: 120px;
		padding-bottom: 90px;
	}
	
	
	header + section.articulo .galeria .imagen{
		width: 31.66666666666667%
	}
	
.articulo.enHome.formacion-profesional + .dependientes a.articulo_item:nth-child(2n), .articulo.enHome.formacion-personal + .dependientes a.articulo_item:nth-child(2n), .articulo.enHome.desarrollo-profesional + .dependientes a.articulo_item:nth-child(2n), .articulo.enHome.desarrollo-personal + .dependientes a.articulo_item:nth-child(2n), .cursos .curso:nth-child(3n), section.articulos .articulo_item:nth-child(3n), 	header + section.articulo .galeria .imagen:nth-child(3n){
	margin-right: 0;}
	
}