: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;
    /*box-shadow: 0 0 6px 0 rgba(0,0,0,.5);*/
}

.content-card{
	width: 50%;
	/*box-shadow: 0 0 100px 0 rgba(0,0,0,.5);*/
	overflow: hidden;
	height: 550px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.content-text{
	width: 40%;
	/*box-shadow: 0 0 6px 0 rgba(0,0,0,.5);*/
	overflow: hidden;
	height: 500px;
	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-text p{
	color: #095805;	
}

.people{
  width: 100%;
  height: 100%;
}

.people2{
  width: 80%;
  height: 49%;
    margin-bottom: 2%;
  float: right;
    border-radius: 30px; 
  
}

.people3{
  width: 80%;
  height: 49%;
    /*margin-bottom: .5%;*/
  float:left;
    /*padding-left: 50px;*/
}

.content-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7%;
}

.texto-team{
	height: 15%;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-right: 120px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.texto-team h4{
	color: #CC0000;	
}

.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;
}

@media screen and (max-width: 700px){
  .nav2{
	color: #fff;
	z-index: 100;
  }

  .icono{
    display:block;
    cursor: pointer;
  }

  .enlaces{
	position: fixed;
	top: 80px;
	background: #2c3e50;
	left: 0;
	height: 100%;
	transition: 1s;
	width: 0;
	overflow: hidden;
	z-index: 100;
  }

  .enlaces a{
	display: block;
	width: 100%;
	height: 50px;
	padding: 20px;
	text-align: center;
	background: #34495e;
	color: #fff;
	z-index: 100;
  }

  .textos>h1{font-size: 70px;}
  .textos>h2{font-size:35px;}

  .content-card{
    width: 48%;
	margin-top:var(---margenes);
    margin-bottom:var(---margenes);
  }

 .content-text{
    width: 48%;
    margin-top:var(---margenes);
	margin-bottom:var(---margenes);
  }

  :root{
    --margenes: 30px;
  }
  
   footer {
        justify-content: space-evenly;
    }

    .partFooter {
        width: 40%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px){
  :root{
    --espacios-contenido: 25px;
  }

  .content-card{
    width: 100%;
    /*padding-left: 5px;
    padding-right: 5px;*/
	margin-top:var(---margenes);
    margin-bottom:var(---margenes);
  }

 .content-text{
    width: 100%;
	margin-top:var(---margenes);
    margin-bottom:var(---margenes);
  }

  .caja-servicios{
    width: 90%;
    margin-bottom: var(--margenes);
  }

  .cont-work{
    width: 85%;
  }

  .marca-logo{
    width: 80%;
  }

  .iconos{
    margin: auto;
  }
  
   .partFooter {
        width: 95%;
        margin-bottom: 40px;
    }
}
