:root{
 --color1: rgb(219,144,.5);; /* color texto secciones */
  --color2: rgb(150, 176, 250);
  --color3: rgb(11,194,211, 0.623);
  --fondo: #f2f2f2;
  --titulos: 33px;
  --margenes: 60px;
  ---margenes: 5px;
  --espacios: 3px;
  --espacios2: 5px;
  --espacios-contenido:10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
	font-family: 'open sans';
	background: var(--fondo);
}

img{
  vertical-align: top;
}

/* Header */

header{
	width: 100%;
	height: 20px;
	/*background: linear-gradient(to bottom,
  rgba(248,88,88, .6),
  rgba(150,176,250, .6),
  rgba(255,255,255, .45)
  ), url(img/fondo4.jpg);*/
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	/*background-image: url(img/fondo4.jpg);*/
}


/* Main */

.contenedor{
	margin:auto;
  padding: var(--margenes) 0;
  width: 90%;
  max-width: 1000px;
  text-align: center;
  overflow: hidden;
}

.contenedor h3{
	font-size: var(--titulos);
	color: #095805;
	margin-bottom: var(--espacios);
}


.contenedor p{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 100px;
  height: 2px;
  background: var(--color1);
  margin-bottom: var(--espacios-contenido);
}

.after a{
    color: #db9001;
    font-weight: bold;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

.after a:hover{
	color: #1FDE82;;
}

.card{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.content-card{
  width: 50%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:500px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 20px;
}

.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; 
}

.people{
  width: 100%;  
  height: 100%;
}

.people2{
  width: 100%;
  height: 100%;
}

.content-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-text p{
  color:#095805;
}

.texto-team{
  height: 20%;
  width: 100%;
  padding: var(--espacios) 0;
}

.about{
  background: url(img/fondoBallet.jpg);
  /*background: var(--fondo);*/
  height: auto;
}

.about h3{
 color: #ffffff;
}

.servicios{
  display: flex;
  color:#fff;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
.caja-servicios{
  width: 19%;
  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{
	background: url(img/fondoMail2.jpg);
	z-index: 1;
}

/* 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;
    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;
	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: center;
	padding: 5px;
}

.volver{
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 50%;
	color: #095805;
}

.volver a{
	font-size: 20px;
	font-weight: bold;
	text-align: right;
    text-decoration: none;
    transition: color .3s ease-in-out;
	width: 50%;
	color: #db9001;
}

.volver a:hover{
	color: #1FDE82;
}


.avisoLegal{
	margin: auto;
	width: 70%;
	align-items: center;
	text-align: center;
	padding: 5px;
	background-image: url(img/fondoMail.jpg);
	background-repeat: repeat;
}
.avisoLegal h2{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.avisoLegal h3{
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}

.avisoLegal h4{
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-left: 50px;
}

.avisoLegal h5{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.avisoLegal h6{
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-left: 100px;
}

.avisoLegal p{
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
}

.politicaPrivacidad{
	margin: auto;
	width: 70%;
	align-items: center;
	text-align: center;
	padding: 5px;
}
.politicaPrivacidad h2{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.politicaPrivacidad h3{
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}

.politicaPrivacidad h4{
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}

.politicaPrivacidad p{
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
	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;
}



@media screen and (max-width: 700px){
  .nav2{
    background: var(--fondo);
    color: #095805;
  }

  .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: 100%;
  }

  .content-text{
    width: 100%;
  }
    
  .caja-servicios{
    width: 90%;
    margin-bottom: var(--margenes);
  }

  .cont-work{
    width: 85%;
  }

  .cont-work-t{
    width: 85%;
  }  
    
  .marca-logo{
    width: 80%;
  }

  .iconos{
    margin: auto;
  }
      .partFooter {
        width: 95%;
        margin-bottom: 40px;
    }
}