/* ==========================================================================
        CSS TALENTO HUMANO
   ========================================================================== */

   .pinfohumano{
   	font-size: 18px;
   }
   
   
  /* ==========================================================================
            Section EXTRA
   ========================================================================== */

  #secextra{
    padding: 125px 0;
    background: red;
    height: 600px;
   
    background: url('../images/background/backsectionth.webp')no-repeat center center;
    background: cover;
  }


.divsection{

  position: relative;
  padding: 30px 0;
  top:25%;
  background: #094b7f94;
}

.h2section{
  text-align: center;
  color: white;

}

.marginfigure{
	margin-right: 0;
}

.spansection{
  font-size: 2.5em;
  color:white;
  text-shadow: 4px -1px 5px black;

  font-family: 'Anton', sans-serif; 


}

.psection{
  text-align: center;
   color: white;
   font-size: 25px;
   font-weight: 400;
  text-shadow: 2px 1px 1px black;
}


.roomy-100{
	padding-top: 50px;
    padding-bottom: 100px;
}



/* PResponssive*/
@media (max-width: 479px) {

  .ab_head .ab_head_icon {
      float: none;
      margin-right: 20px;
  }

    .marginforicons {
      margin-bottom: 25px;
      margin-left: 20%;
  }

  .psection {
      text-align: center;
      color: white;
      font-size: 14px;
      font-weight: 400;
      text-shadow: 2px 1px 1px black;
  }


}