:root{
  --color1: rgb(219,144,.5);
  --color2: rgba(23, 180, 83, 0.877);
  --color3: rgba(11,194,211, 0.623);
  --fondo: #f2f2f2;
  --titulos: 33px;
  --margenes: 60px;
  --espacios: 10px;
  --espacios-contenido:45px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'poppins medium';
  background: var(--fondo);
}

img{
  vertical-align: top;
}

/* Header */

header{
  width: 100%;
  height:900px;
  margin-bottom: 20px;  
  background: /*linear-gradient(to bottom,
  rgba(211,135,20, .6),
  rgba(29,241,171, .6),
  rgba(7,109,150, .45)
  ),*/ url(img/DCg2.jpg) ;    
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

nav{
  width: 100%;
  position: fixed;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  z-index: 1000;    
}

.nav1{
 background: var(--fondo); 
/*background: transparent;*/
  height: 80px;
  color:#095805;
}

.nav2{
  background: var(--fondo);
  height:100px;
  color:#095805;
}

.contenedor-nav{
  display: flex;
  margin: auto;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  max-width:1000px;
  height:inherit;
  overflow: hidden;
}

nav .enlaces a{
  display: inline-block;
  padding: 5px 0;
  margin-right: 17px;
  font-size: 17px;
  /*font-weight: bold;*/
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: inherit;
}

nav .enlaces a:hover{
  border-bottom: 3px solid #1498a4;
  transition: 0.6s;
}

.logo, .logo img{ height:80px;}

.icono{
  display:none;
  font-size: 24px;
  padding: 23.5px 20px;
}

.textos{
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color:#fff;
    /* -webkit-text-stroke-width: 1px; /* Grosor del trazo */
  /*-webkit-text-stroke-color: green/*black*/; /* Color del trazo */
  /*color: #F9F836; /* Color del texto principal */
  font-weight: bold;*/ 
  overflow: hidden;
  text-align: center;
}

.textos>h1{font-size:80px;;
    margin-top: 60px;
}

.textos>h2{font-size: 30px; font-weight: 300;}

.textos a{
    margin-top: 60px;
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
}

.textos a:hover{
    color: #1FDE82;
}

.textos a:hover{
    color: #1FDE82;
}/* Main */

.contenedor{
  margin: auto;
  padding: var(--margenes) 0;
  width: 100%;
  /*width: 90%;*/
  max-width: 1400px;
  text-align: center;
  overflow: hidden;
}

.contenedor h3{
  font-size: var(--titulos);
  color: #095805;
  margin-bottom: var(--espacios);
}
.contenedor h3C{
  font-size: var(--titulos);
  color: #ffffff;
  margin-bottom: var(--espacios);
}

.contenedor p{
  font-size: var(--subtitulos);
  font-weight: 300;
  color: var(--color1);
}

.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 100px;
  height: 2px;
  background: var(--color1);
  margin-bottom: var(--espacios-contenido);
}

.card{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cardInstal{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cardGal{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cardHorariBallet{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cardHorariJazz{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cardHorariDansaEst{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cardHorariLlenguatge{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cardHorariEdat3{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.content-card{
  width: 45%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:650px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 20px;
}

.content-cardInstal{
  width: 30%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:400px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 20px;
}

.content-cardGal{
  width: 24%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:350px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 20px;
}

.content-cardHorariBallet{
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:auto;
  margin: auto;  
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 2px;
  /*border-radius: 20px;*/
}

.content-cardHorariJazz{
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:auto;
  margin: auto;  
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 2px;
  /*border-radius: 20px;*/
}
.content-cardHorariDansaEst{
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:auto;
  margin: auto;  
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 2px;
  /*border-radius: 20px;*/
}


.content-cardHorariLlenguatge{
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:auto;
  margin: auto;  
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 2px;
  /*border-radius: 20px;*/
}

.content-cardHorariEdat3{
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:auto;
  margin: auto;  
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 2px;
  /*border-radius: 20px;*/
}

.content-cardHorariBallet> h6{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #db9001;
    margin:auto;
}

.content-cardHorariJazz> h6{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #db9001;
    margin:auto;
}

.content-cardHorariDansaEst> h6{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #db9001;
    margin:auto;
}

.content-cardHorariLlenguatge> h6{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #db9001;
    margin:auto;
}

.content-cardHorariEdat3> h6{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #db9001;
    margin:auto;
}

.content-text{
  width: 40%;
	/*box-shadow: 0 0 6px 0 rgba(0,0,0,.5);*/
	overflow: hidden;
	height: 600px;
	padding: 5px;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	margin-right: 0px; 
}

.content-textInstal{
  width: 30%;
	/*box-shadow: 0 0 6px 0 rgba(0,0,0,.5);*/
	overflow: hidden;
	height: 600px;
	padding: 5px;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	margin-right: 0px; 
}


.people{
  width: 100%;
  height: 100%;  
}

.peopleInstal{
  width: 100%;
  height: 90%;  
}

.peopleGal{
  width: 100%;
  height: 100%;  
}

.people2{
  width: 100%;
  height: 100%;
}

.people2Instal{
  width: 100%;
  height: 100%;
}

.content-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-cardInstal img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-cardGal img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-text p{
  color:#095805;
}

.content-textInstal p{
  color:#095805;
}

.texto-team{
  height: 20%;
  width: 100%;
  padding: var(--espacios) 0;
}

.texto-teamInstal{
  height: 10%;
  width: 100%;
  padding: var(--espacios) 0;
}

.textosInstal a{
    /*margin: auto;*/
    margin-left: 180px;
    /*text-align: center;*/
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px;
    background: transparent;
    border: 2px solid #095805;
    border-radius: 8px;
    color: #095805;
}

.textosEscola a{
    /*margin: auto;*/
    margin-left: 180px;
    /*text-align: center;*/
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px;
    background: transparent;
    border: 2px solid #095805;
    border-radius: 8px;
    color: #095805;
}

.about{
  background: url(img/fondoBallet6.jpg);
  /*background: no-repeat;*/
  /*background: var(--fondo);*/
  height: auto;
 
}

.acolor: #1FDE82;bout h3{
 color: #ffffff;
}

.servicios{
  display: flex;
  color:#fff;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
.caja-servicios{
  width: 16%;
  height: 160px;  
  margin: auto;
  text-align: center;
  /*box-shadow: 0 0 5px 0 rgba(0,0,0,.5);*/
}

.caja-servicios>h3{
  /*margin-bottom: var(--espacios);*/
    color: #ffffff;
}

.caja-servicios>h4{
  margin-bottom: var(--espacios);
    color: #ffffff;
}

.caja-servicios>a{
  margin-bottom: var(--espacios);
    text-decoration: none;
    color: #db9001;
}

.caja-servicios a:hover{
    color: #1FDE82;
}

.caja-servicios>p{
  text-align: center;
}

.botones-work{
  overflow: hidden;
}

.botones-work li{
  display: inline-block;
  text-align: center;
  margin-left: var(--espacios);
  margin-bottom: var(--espacios-contenido);
  padding: 6px 12px;
  border: 1px solid var(--color1);
  list-style: none;
  color: var(--color1);
}

.botones-work li:hover{
  background: var(--color1);
  color:#fff;
  cursor: pointer;
}

.botones-work .active{
  background: var(--color1);
  color:#fff;
}

.galeria-work{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cont-work{
  width: 40%;
  /*box-shadow: 0 0 6px 0 rgba(0,0,0,.5);*/
  height:300px;
  overflow: hidden;
  margin-bottom: var(--espacios-contenido);
}
.cont-work-t{
  width: 40%;
  /*box-shadow: 0 0 6px 0 rgba(0,0,0,.5);*/
  height:200px;
  overflow: hidden;
  margin-bottom: var(--espacios-contenido);
}

.img-work{
  height: 90%;
  width: 100%;
}

.img-work img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.textos-work{
  height: 10%;
}

.textos-work h4{
  color: #095805;
  line-height: 30px;
  font-weight: 300;
}

/*FORMULARIO*/

.formulario{
	margin-top: 10px;
    background: url(img/fondoMail2.jpg);
	z-index: 1;
}

.check{
  /*display: flex; /* Para alinear el checkbox y la etiqueta */
  align-items: center; /* Centra verticalmente el checkbox y el texto */
  margin-bottom: 15px; /* Espacio debajo del contenedor */
}

/* Footer */

footer {
	background: #f2f2f2;
    border-top: 1px solid #ccc;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.partFooter {
    width: 20%;
    text-align: center;
}

.partcookies {
	width: 98%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #095805;
	padding-top: 0px;
	padding-bottom: 8px;
}

.partFooter p{
	text-align: center;
    line-height: 1.9;
    color: #095805;
    font-weight: bold;
	font-size: 14px;
}

.partcookies a {
	/*display: block;*/
	text-decoration: none;
	color: #095805;
	transition: color .3s ease-in-out;
	font-size: 14px;
	font-weight: bold;
}

.partcookies a:hover {
    color: #1FDE82;
}

.partFooter h4 {
	color: #095805;
	font-size: 14px;
    text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
}

.partFooter a {
	display: block;
	text-decoration: none;
	color: #095805;
	font-weight: bold;
	transition: color .3s ease-in-out;
	margin-bottom: 5px;
	font-size: 14px;
}


.partFooter a:hover {
    color: #1FDE82;
}

.partFooter img {
    width: 47%;
}

.social-media a {
	font-size: 20px;
	display: inline-block;
    color: #095805;
	/*color: #adb6c7;*/
	/*border: 1px solid #adb6c7;
	border-radius: 50%;*/
	width: 38px;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	margin-top: 10px;
	text-align: center;
	transition: all ease-in-out .3s;
	margin-right: 5px;
}

.social-media a:hover {
    color: #fff;
    background-color: #1FDE82;
    border-color: #1FDE82;
}

.social-media p {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    background-color: #1FDE82;
    border-color: #1FDE82;
    border: 1px solid #adb6c7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    /*cursor: pointer;*/
    margin-top: 5px;
    text-align: center;
    transition: all ease-in-out .3s;
    margin-right: 5px;
}

.contenedor2{
	display: flex;
	margin: auto;
	width: 70%;
	align-items: center;
	text-align: justify;
	padding: 5px;
}

.avisoLegal h2{
	text-align: center;
}

.avisoLegal h5{
	text-align: center;
}

.volver{
	font-size: 25px;
	font-weight: bold;
	text-align: right;
	width: 50%;
	color: #db9001;
}

.volver a{
	font-size: 25px;
	font-weight: bold;
	text-align: right;
    text-decoration: none;
	width: 50%;
	color: #db9001;
}

.volver a:hover {
    color: #1FDE82;
}




@media screen and (max-width: 700px){
  .nav2{
    background: var(--fondo);
    color: #095805;
    z-index: 900; 
  }

  .icono{
    display:block;
    cursor: pointer;
  }

  .enlaces{
    position: fixed;
    top:80px;
    background: #f2f2f2;
    left: 0;
    height: 100%;
    transition: 1s;
    width: 0;
    overflow: hidden;
  }

  .enlaces a{
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px;
    text-align: center;
    background: var(--fondo);
    color:#095805;
  }

  .textos>h1{font-size: 70px;}
  .textos>h2{font-size:35px;}

  .content-card{
    width: 48%;
    margin-bottom:var(--margenes);
  }

  :root{
    --margenes: 30px;
  }
}

@media screen and (max-width: 500px){
  :root{
    --espacios-contenido: 25px;
  }

  .content-card{
    width: 95%;
  }
    
  .content-cardGal{
    width: 95%;
  }

  .content-cardInstal{
    width: 95%;
  }  
    
  .content-cardHorarioBallet{
    width: 100%;
    /*padding: 2px;*/  
  }  
  
  .content-cardHorarioJazz{
    width: 100%;
    /*padding: 2px;*/  
  }  
    
  .content-cardHorariDansaEst{
    width: 100%;
  }    
  
  .content-cardHorariLlenguatge{
    width: 100%;
  }    
  
  .content-cardHorariEdat3{
    width: 100%;
  }      
    
  .content-text{
    width: 95%;
  }
  
  .content-textInstal{
    width: 95%;
  }  
    
  .caja-servicios{
    width: 90%;
    margin-bottom: var(--margenes);
  }

  .cont-work{
    width: 85%;
  }

  .cont-work-t{
    width: 85%;
  }  
    
  .marca-logo{
    width: 80%;
  }

  .formulario{
	margin-top: 10px;
}  
    
  .iconos{
    margin: auto;
  }
      .partFooter {
        width: 95%;
        margin-bottom: 40px;
    }
    
    .contendor2{
        width: 100%;
    }
}