html {
    box-sizing: border-box;
    font-size: 62.5%; /** 1rem = 10px **/
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    line-height: 2;
}
/** Globales **/
.contenedor {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
h1, h2, h3, h4 {
    font-family: 'PT Sans', sans-serif;
}
h1 {
    font-size: 3.3rem;
}
@media (min-width:480px){
h1 {
     font-size: 4.8rem;
    }
}
h2 {
    font-size: 4rem;
    line-height: 1.2;
}
h3 {
    font-size: 3.2rem;
}
h4{
	color:white;
    font-size: 2.4rem;
}
img {
    max-width: 100%;
}
/** Utilidades **/
.centrar-texto {
    text-align: center;
}
.no-margin {
    margin: 0;
}
/*#slider {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0% 100%, 0% 0%);
  -o-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0% 100%, 0% 0%);
  clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0% 100%, 0% 0%); }

#slippry {
  position: relative; }
  #slippry h1, #slippry h2, #slippry h3, #slippry h4, #slippry h5, #slippry h6, #slippry p, #slippry a, #slippry button {
    position: absolute; }
  #slippry p {
    width: 600px; }
  #slippry .white_bg {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px; }
  #slippry .left {
    left: 200px; }
  #slippry .right {
    right: 200px; }
  #slippry .top_250 {
    top: 250px; }
  #slippry .top_300 {
    top: 300px; }
  #slippry .top_350 {
    top: 350px; }
  #slippry .top_375 {
    top: 375px; }
  #slippry .top_400 {
    top: 400px; }
  #slippry .top_450 {
    top: 450px; }*/

/** Grid **/
/*@media (min-width: 768px) {
    .grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .centrar-columnas {
        justify-content: center;
    }
    .columnas-4 {
        flex: 0 0 calc(33.3% - 1rem);
    }
    .columnas-6 {
        flex: 0 0 calc(50% - 1rem);
    }
    .columnas-8 {
        flex: 0 0 calc(66.6% - 1rem);
    }
    .columnas-10 {
        flex: 0 0 calc(83.3% - 1rem);
    }
    .columnas-12 {
        flex: 0 0 100%;
    }
}*/
/** Botones **/
.btn {
    display: block;
    text-align: center;
    padding: 1rem 3rem;
    margin: 2rem 0;
    color: #ffffff;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    flex: 0 0 100%;
}
.btn:hover {
    cursor: pointer;
}
@media (min-width: 768px) {
    .btn {
        display: inline-block;
        flex: 0 0 auto;
    }
}
.btn-primario {
    background-color: #000000;
}
.btn-secundario {
    background-color: #784d3c;
}
/** Header **/
@media (min-width:768px){
.barra {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.site-header {
    /*background-image: url(../img/banner.png);*/
    background-image: url(../img/05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 40rem;
}
.site-header a {
    color: #ffffaa;
    text-decoration: none;
}
.site-header a:hover{
	background: #6f752c; 
}
/*.site-header:hover a{
	color:#00ffff;
}*/
.site-header h1 {
	margin-left:4rem;
    text-align: center;
    font-weight: 400;
}
.site-header h1 span {
    font-weight: 700;
}
.contenido-principal p{
    text-align:justify;
}
/** Navegacion **/
.menu a{
    text-align: center;
    display: block;
    font-size: 1.8rem;
    color: #aaaaaa;
    text-decoration: none;
}
.menu a:hover{
	background: #ffffaa; 
}

.menu:hover a{
	color:black;
}
.me{
	padding:2.6rem 12rem 1rem 0;
}
.me a{
	text-decoration:none;
}
.men {
	text-align: center;
}
.men a{
    display: inline-block;
    font-size: 1.8rem;
    color: #aaaaaa;
    text-decoration: none;
}
.men a:hover{
	background: #008000; 
}
.men:hover a{
	color:#FFD700
}
@media (min-width: 768px) {
   .menu a {
        text-align:left;
        /*display: inline;*/
        margin-right: 2rem;
    }
   .menu a:last-of-type {
        margin: 0;
    }
}
/** header texto **/
.texto-header {
    /*color: #4e5990;*/
    color: #ffffff;
    text-align: center;
    margin-top: auto;
}
.texto-header h2 {
    font-size: 3rem;
}
.inspir{
	color: #ffffff;
	text-align:center;
}
.inspir p{
	font-size: 1.1rem;
	line-height:.33rem;
}
@media (min-width: 768px) {
    .inspir{
	line-height:2.2rem;
    font-size: 2.2rem;
    }
}
@media (min-width: 480px) {
    .inspir{
	line-height:1rem;
    font-size: 1.8rem;
    }
.texto-header h2 {
	line-height:1.95rem;
    font-size: 2rem;
}
}

@media (min-width: 768px) {
    .texto-header{
        margin-top: 15rem;
    }
}
/** Contenido Principal HOME **/
.contenido{
    display: flex;
    flex-wrap: wrap;
}
/*.contenido-blog,*/
.pcc {
    flex: 0 0 100%;
}
.pcc a{
        text-align:center;  
}
.tel{
     align-items:left;
}
/*.pcc {
    order: -1;
}*/

@media (min-width: 768px) {
    .contenido{
        justify-content: space-between;
    }
    .contenido-blog {
         float:left;
         width:50%;
		 margin:4rem 0rem 2rem 5rem; 
         text-align:justify;
        /*flex-basis: 66.6%;*/
    }
    .pcc{
        text-align:center;
        margin: 2rem 0 3rem 0;
		/*margin:2rem;*/
        /*flex-basis: calc(33.3% - 4rem);*/
        /*order: 2;*/
    }
.pcc a{
        text-align:right;  
		margin: 3.3rem;
        padding-right:21rem;
    }
.tel{
       margin-right:6rem;
       display: flex;
       justify-content: space-between;
       align-items: center;
    }
}
/** Opcional **/
.entrada-blog {
    margin-bottom: 2rem;
    border-bottom: 1px solid #e1e1e1;
}
.entrada-blog:last-of-type{
    border: none;
}
/** Cursos Sidebar **/
.cursos-lista {
    padding: 0;
    list-style: none;
}
.curso {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e1e1e1;
}
.curso:last-of-type {
    border-bottom: none;
}
.curso p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 2rem;
}
.curso p span,
.curso p.descripcion  {
    font-weight: 400;
}

/** Footer**/

footer {
  margin-top: -60px;
  width: 100%;
  background-color: #060a0f;
  padding: 70px 0px;
  -webkit-clip-path: polygon(0% 15%, 50% 0%, 100% 15%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0% 15%, 50% 0%, 100% 15%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 15%, 50% 0%, 100% 15%, 100% 100%, 0% 100%); }
  footer p {
    margin: 0px;
    padding: 0px; }
  footer strong {
    color: rgba(255, 255, 255, 0.4); }
  footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  footer li {
    padding: 0px;
    margin: 0px;
    color: rgba(255, 255, 255, 0.2); }
  footer a {
    opacity: .5;
    color: #ff6500; }
    footer a:hover {
      opacity: 1;
      text-decoration: none; }
  footer hr {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.08); }

.copy {
  padding: 10px 0px;
  background-color: #070c13;
  text-align: left; }
  .copy p, .copy a {
    margin: 0px;
    padding: 0px;
    color: rgba(255, 255, 255, 0.3); }
  .copy a {
    opacity: .5;
    color: #ff6500; }
    .copy a:hover {
      opacity: 1;
      text-decoration: none; }



/*.site-footer {
    background-color: #000000;
    padding: 3rem;
    margin-top: auto;
}
.site-footer p {
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
}
.site-footer p span {
    font-weight: 700;
}
.site-footer p.copyright{
	font-size:11px;
	text-align:center;
}
.site-footer nav{
	font-size:11px;
	text-align:center;
}*/
/** Contacto **/
.formulario-contacto {
    background-color: #ffffff;
    padding: 5rem;
}
@media(min-width: 768px){
    .formulario-contacto{
        margin-top: -10rem;
    }
}
.formulario-contacto .campo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.formulario-contacto .campo label {
    flex: 0 0 8rem;
}
.formulario-contacto .campo input:not([type="submit"]),
.formulario-contacto textarea{
    flex: 1;
    border: 1px solid #e1e1e1;
    padding: 1rem;
}
.formulario-contacto textarea {
    height: 20rem;
}
.formulario-contacto .enviar {
    display: flex;
    justify-content: flex-end;
}
.logo-contacto p{
	color:white;
}
.mapa{
	height:550px;
	background-color:red;
}
.comp{
    margin:auto;
}
img.comp{
    display:block;
}
@media (min-width: 768px){
	
	img.comp{
        margin:2.4rem auto;
		border:3px solid rgba(19,58,7,.91);
	}
}