* {
  margin: 0;
  padding: 0;
  border: 0;
}


body {max-width:100%;
overflow-x: hidden}

body {background-color: #f8eeec}


header {
	max-width:100%; 
	background:#f8eeec;
	margin-bottom:1.2em;
}
      #logo{ text-align: center;
	max-width:20%; 
	margin:auto;
	overflow:hidden;
}



.menu-toogle:hover { cursor: pointer;
    background:#6c2c93;
}

.navprincipal{ 
    width:100%;
       background-color:#6c2c93;
       text-align:center;
     }
 
     .navprincipal ul{ margin-right: 1.5em;
        list-style: none;
        display: flex;
         justify-content: space-evenly;
     }
 
     .navprincipal ul li{ 
        display: flex;
     }
 
     .navprincipal ul li a { 
         margin:auto;
         font-family: 'Paytone One', sans-serif;
         letter-spacing: 0.01em;
         color: white;
         text-decoration: none;
         font-size: 1.2em;
         padding: 0.6em;
     }
 
     .navprincipal ul li a:hover{
       background-color:#fb9735 ;}
 


.Bienvenidos {font-family:  'Paytone One', sans-serif;
text-align:center;
font-size: 1.5em;
margin-bottom: 0.9em;
margin-left: 0.3em;
color: #6c2c93}

.form { text-decoration: none;
    color: black;
    font-family: 'Open Sans', sans-serif;
    margin-left:0.8em;
    margin-top: 1.5em;
display: block;
max-height: 100%}

.check2 { margin-top: 0.9em;
  font-size:0.7em; 
font-family: 'Open Sans', sans-serif;}

.acceder { text-align: center;
    margin-top:0.8em;
    background: white;
    padding: 0.2em;
    border-radius: 0.9em;
    font-size:0.9em;
    cursor:pointer;
font-family: 'Open Sans', sans-serif}

.olvide { 
    font-size:0.7em;
font-family: 'Open Sans', sans-serif;}



.nav { z-index:99;
    font-family: 'Paytone One', sans-serif;
  position:absolute;
  width:200px;
  height:100vh;
  top:0;
  left:-220px; 
  padding-top: 0.5em;
  background-color: #f8eeec;
  border-right:4px solid white;
  transition:all .5s ease; 
}
   .nav__item { 
       text-decoration: none;
     display:block;
     width:96%;
     margin: auto;
     line-height:2;
     position:relative; 
     border-bottom:.5px solid white;
     border-top:.5px solid white;
     background-color:transparent;
     font-family: 'Paytone One', sans-serif;
     text-align:center;
     color:#6c2c93 ;
   }
       
  .menu-toogle {
    position:absolute; 
    width: 35px;
    line-height:1.1;
    text-align:center;
    top:6.5px;
    left: 8px; 
    border-radius:3px;
    background-color: #f8eeec;
    transition: all .5s ease;
    z-index:10;
  }
   
    .menu-toogle::before {
      content:"☰";
      font-size:32px;
      color:black;
    }
.checkbox { 
      display:none; 
    }
    .checkbox:checked ~ .nav {
      left:0px; 
      position:fixed; 
    }
    .checkbox:checked ~ .main-w {
      margin-left:200px; 
    }
    .checkbox:checked ~ .menu-toogle { 
      left:208px;
      position:fixed;
    }

.menu-toogle:hover { 
       background-color:#fb9735 ;}



video { 
    max-width:100%;
    height:auto;
    margin-bottom: 1.5em;
}


figcaption {  
    width:80vw;
    margin:auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
text-align: center;}


/*Novedades*/

h2 { margin-top: 2em;
    margin-bottom: 0.5em;
    text-align:center;
    font-family: 'Paytone One', sans-serif;
font-size: 2.1em;
color:#6c2c93;}


.novedades {
  max-width: 1000px;
  margin: auto;
}


.row {
  margin: 8px -16px;
}

.row,
.row > .column {
  padding: 8px;
}

.column {
  float: left;
  width: 25%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.content {
  background-color: white;
  padding: 10px;
}

@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

img {text-align: center}


.boton1 { margin-left: 0.8em;
    color:white;
    font-family: 'Paytone One', sans-serif;
    font-weight: 400;
    background-size: cover;
    letter-spacing: 0.03em;
background-color: #fb9735;
border: none;
cursor:pointer;
font-size: 1em;
font-style: bold;
padding: 0.4em 1.06em 0.6em 1.06em;
border-radius: 2em;
text-decoration: none;}

.boton1:hover{background:#6c2c93}


.boton { margin-top: 1em;
    color:white;
    font-family: 'Paytone One', sans-serif;
    font-weight: 400;
    background-size: cover;
    letter-spacing: 0.03em;
background-color: #fb9735;
border: none;
cursor:pointer;
font-size: 1em;
font-style: bold;
padding: 0.4em 1.06em 0.6em 1.06em;
border-radius: 2em;
text-decoration: none;}

.boton:hover{background:#6c2c93}



.NuevosTalleres {font-family: 'Paytone One', sans-serif;
font-size: 2em;
color:#6c2c93;}

.TallerIntroductorio {font-family: 'Open Sans', sans-serif;
color:#4d545a;}


.Lista_Aplicar {list-style-type: ;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
color:#6c2c93;
font-size: 0.9em}



/* CARDS */
*,
*::before,
*::after {
  box-sizing: border-box;
}


.vacantes{
  max-width: 1200px;
  margin: 0 auto;
}


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

.btn { margin-top: 0.8em;
    font-family: 'Paytone One', sans-serif;
  font-weight: 200;
  background-size: cover;
  color: white;
text-decoration:none;
  padding: 0.8rem;
  font-size: 1.1em;
  letter-spacing:0.04em;
  text-transform: uppercase;
  border-radius: 2em;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:#fb9735 ;}

.btn:hover {
  background-color: #6c2c93;}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25em;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
}

.card_title {
  color: #7a888e;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.card_text { font-family: 'Open Sans', sans-serif;
  color: black;
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 700;
 margin: 0px;
}

.card_text2 { font-family: 'Open Sans', sans-serif;
  color: black;
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
 margin: 0px;
margin-bottom: 0.5em;
    text-align: center;
}


/*SLIDER FOTOS*/

h3 { text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-family: 'Paytone One', sans-serif;
font-size: 1.2em;
color:#6c2c93; }

.container2{ box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    text-align: center;
  margin: auto;
  background-color: white;
  width: 85%;
  padding: 1em;
overflow: hidden;
border-radius: 0.2em;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.slider{
  position: relative;
  width: 100%vw;
  height: 25em;
}

ul.slider li {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s;
    background:#fff;
}

ul.slider li img{ max-width:100%;
text-align: center;
  width: 100%;
  height: 100%;
    border-radius: 0.2em;
    object-fit: cover;
}

ul.slider li:first-child {
    opacity: 1; 
}

ul.slider li:target {
    opacity: 1; 
}

.menu{
  text-align: center;
  margin: 1.2em;
}

.menu li{
  display: inline-flex;
  text-align: center;
}

.menu li a{
  display: inline-flex;
  color: white;
  text-decoration: none;
  background-color: grey;
  padding: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  border-radius: 100%;
}

.menu li a:hover {
  background-color:#fb9735 ;}


/*BOLSON*/


.container {text-align: center;}

.mapa {text-align: center;
margin: auto;
max-width: 100%vw}

.text {font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    margin-top: 1em;
    text-align: center}

.enviar { font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    margin-top: 1em;
    text-align: center;
cursor: pointer;
border-radius: 2em;}

.acercate {margin-bottom: 2em;
    margin-top: 3em;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif; }

/*PERFIL*/

.avatar {
    text-align: center;
width:20%;
height:20%}

main {text-align: center}

.email { font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;}


/*TALLER*/

.card_text3 { font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: black;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1em;
    font-weight: 400;
}


.content3 {  margin-top: 3em;
    text-align: center;
  max-width: 100%vw;
}




/*FOOTER*/

    
footer { 
    margin-top: 7em;
    width: 100%;
    background-color:#fb9735}


h1 { font-family: 'Paytone One', sans-serif;
font-size:0.8em;
letter-spacing: 0.06em;
color:white;
margin-top: 0.5em;}


p {font-family: 'Open Sans', sans-serif;
font-size: 0.9em;}

.container-footer { 
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding:1.25em;}

.column1 { 
    margin:1em;
    width:25%;}


.icono {width:2.5em;
    margin-top: 0.5em;
    margin-left: 1.5em;
float: left;}



