﻿
:root {
    --text-font: Century Gothic;
    --title-font: Century Gothic;
    --dark: #C2BA98;
    --grey: #636569;
    --light-gray: #585858;
    --faded-gray: #e1e1e1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--text-font);
  
}

.wrapper {
    max-width: 1200px;
    margin: auto;
    /*centra*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
    /*centra*/
}

.img_labo {
  width: 100%;
  vertical-align: top;
}

.card {
  text-align: center;
}
.card__img {
  margin-bottom: 30px;
}
.card__title {
  font-family: var(--title-font);
  text-transform: capitalize;
  color: var(--dark);
  line-height: 35px;
  font-size: 1.8em;
}
.card__text {
  font-family: var(--text-font);
  color: var(--grey);
  font-size: 1.2em;
  line-height: 26px;
  margin-bottom: 20px;
}
.card__readbtn {
  font-family: var(--text-font);
  font-size: 1.3em;
  text-transform: uppercase;
  color: var(--light-gray);
  text-decoration: none;
  line-height: 26px;
  transition: all ease 0.3s;
  position: relative;
}
.card__readbtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--dark);
  transition: all ease 0.3s;
}
.card__readbtn:hover {
  color: var(--dark);
}
.card__readbtn:hover::after {
  width: 100%;
}

.divider {
  background-color: var(--faded-gray);
  height: 2px;
  max-width: 30px;
  margin: 15px auto 20px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px;
  max-width: 1300px;
  margin: 50px auto;
  padding: 0 10px;
}


/************ 
//------------------------------
// IGUALDAD LABORAL
//------------------------------
************/



.NoDiscrimina {
    margin-top: 50px;
    margin: 50px;
    font-size: 1.2em;
    line-height: 2em;
    text-align: justify;
}
    
    
   p.igualdad
   {
   	color: #000000;
   	} 
    
    
    
    

/************ 
//------------------------------
// IGUALDAD LABORAL
//------------------------------
************/