@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #fff;
  background: #000 url('../images/inicio/bg.jpg') center top;
  line-height: normal;
  min-width: 320px;
}

body[data-pag="topSection"] {
  padding-top: 150px;
}
body[data-pag="topSection"] #header:before { display: none; }
body[data-pag="topSection"] .sf-menu li { color: #575757; }

.margin-pages { padding-top: 20vh; }

@media (min-width: 768px) {
  body[data-pag="topSection"].fixed #header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
  }
}

main, .container {
  flex: 1 0 auto;
  overflow: hidden;
}

.main-container {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  padding: 3vh 0;
  margin: 0 auto;
  height: auto;
}

#back-section {
  padding: 2vh 0;
}
#back-section a {
  margin-left: 10vh;
  color: #f3be10;
}


#ubicaciones{
	color: #FFF;
	padding: 0 15px;
}
#ubicaciones .col{
	width: 50%;
	background: #6b6c6c;
	text-align: center;
	color: #FFF;
}
#ubicaciones .cnt{
	max-width: 600px;
	margin: auto;
	padding: 0 25px;
}
#ubicaciones .tit{
	padding: 25px 0 25px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
#ubicaciones .ul,
#ubicaciones .ul2{
	display: flex;
	flex-wrap: wrap;
}
#ubicaciones ul{
	display: block;
	width: 50%;
	font-size: 17px;
	color: #FFF;
	text-align: left;
}
#ubicaciones sup{
	font-size: 70%
}

.titUbica{
	color: #fff;
	padding: 35px 0 25px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
}
#ubicaciones .ul2{
	padding-bottom: 15px
}
#ubicaciones .ul2 li{
	font-size: 14px;
	margin-bottom: 15px;
	list-style: none;
	position: relative;
	padding-left: 40px;
	background: url('../images/iconGreca.png') 0 0 no-repeat;
	background-size: 35px 35px;
}
#ubicaciones .ul2 strong{
	font-size: 17px;
	display: block;
}
#ubicaciones .col-img{
	background: url('../images/Plantas.jpg') center top no-repeat;
}

.social {
  margin-top: 40px;         /* separación desde el párrafo */
  display: flex;            
  gap: 20px;                /* espacio entre íconos */
  justify-content: center;  /* centrados */
}

.social a {
  font-size: 2rem;
  color: rgb(235, 205, 10);
  text-decoration: none;
  transition: color 0.3s ease;
}

.social a:hover {
  color: rgb(216, 215, 206); /* más brillante al hover */
}


/* Responsive base */
@media (max-width: 1100px) {
  .main-container {
    flex-direction: column;
  }
  main, section, .proyectos-container, .proyectos-slider-container {
    overflow: visible !important;
    position: relative !important;
    height: auto !important;
  }
}

/* PARALLAX */
.parallax-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff;
  padding: 0;
}

/* HOME BASE */
#home-1 {
  background: #000;
  position: relative;
  z-index: 2;
}
#home-1 .row {
  display: flex;
  margin: 0 -20px;
}
#home-1 .col {
  width: 33.3333%;
  padding: 0 20px;
  margin-top: -103px;
  position: relative;
  color: #5b5b5b;
  margin-bottom: 40px;
}
#home-1 .col img {
  display: block;
  width: 100%;
  height: auto;
}
#home-1 .col .title {
  font-size: 19px;
  font-weight: 700;
  padding: 20px 0;
}
#home-1 .col .text {
  font-size: 24px;
  padding: 20px 0;
  text-align: center;
  font-weight: 300;
  color: #FFF;
}

/* HOME 2 */
#home-2 {
  padding: 50px 0;
  background: #000;
  position: relative;
  z-index: 2;
}
#home-2 .row {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0;
}
#home-2 .item {
  color: #ffcf00;
  font-size: 35px;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 45px;
}
#home-2 .item span {
  display: block;
  color: #FFF;
  font-weight: 400;
  padding-top: 15px;
}
#home-2 .item2 { padding: 0 60px; }

#home-2 .item-1 {
  display: block;
}
#home-2 .item-1 img {
  margin-left: 15px;
  animation: anim1 3s linear infinite;
}
#home-2 .item-1 img:first-child { margin-left: 0; }
@keyframes anim1 {
  35% { opacity: 0; }
  50% { opacity: 1; }
  65% { opacity: 0; }
}

/* HOME INOVACION */
#home-inovacion {
  background: url('../images/inicio/concreto.jpg') right center no-repeat #000;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
#home-inovacion .container {
  min-height: 506px;
  color: #FFF;
  display: flex;
  align-items: center;
}
#home-inovacion .content { max-width: 630px; position: relative; }
#home-inovacion .title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
  text-shadow: 0 0 10px #000;
}
#home-inovacion .text {
  font-size: 24px;
  font-weight: 600;
}
#home-inovacion .text a {
  display: inline-block;
  border: solid 4px #ffcf00;
  color: #FFF;
  padding: 15px 70px;
  font-size: 30px;
  text-transform: uppercase;
  border-radius: 35px;
}
#home-inovacion .text a:hover {
  text-decoration: none;
  background: #ffcf00;
}

@media (max-width: 768px) {

  html, body {
    font-size: 15px;
  }

  /* Estructura principal */
  .main-container {
    width: 95%;
    flex-direction: column;
    align-items: center;
    padding: 2vh 0;
  }

  #back-section a {
    margin-left: 5vh;
    font-size: 0.95em;
  }

  /* Secciones Home */
  #home-1 .row {
    flex-direction: column;
    align-items: center;
  }

  #home-1 .col {
    width: 90%;
    margin-top: 0;
  }

  #home-1 .col .text {
    font-size: 20px;
    padding: 10px 0 15px;
  }

  #home-2 .row {
    flex-direction: column;
    justify-content: center;
  }

  #home-2 .item {
    font-size: 28px;
    margin-bottom: 30px;
  }

  #home-2 .item span {
    font-size: 18px;
  }

  /* Inovación */
  #home-inovacion .container {
    flex-direction: column;
    min-height: auto;
    padding: 40px 20px;
  }

  #home-inovacion .title {
    font-size: 26px;
    text-align: center;
  }

  #home-inovacion .text {
    font-size: 20px;
    text-align: center;
  }

  #home-inovacion .text a {
    font-size: 22px;
    padding: 12px 50px;
  }

  /* Proyectos */
  #proyectosBloques .column {
    width: 50%;
    padding: 0 10px;
  }

  .colProy .title {
    font-size: 16px;
    bottom: 45px;
  }

  /* Bolsa de trabajo */
  #bolsaTrabajo .row {
    flex-direction: column;
  }

  #bolsaTrabajo .col1,
  #bolsaTrabajo .col2 {
    width: 100%;
  }

  #bolsaTrabajo .col .title strong {
    font-size: 28px;
  }

  #bolsaTrabajo .col .description {
    font-size: 15px;
  }

  /* Contacto */
  #contactSection .row {
    flex-direction: column;
  }

  #contactSection .col {
    width: 100%;
    padding: 10px 0;
  }

  .titleContact .heading-title {
    font-size: 22px;
  }

  .textContact {
    font-size: 16px;
  }

  /* Ubicaciones */
  #ubicaciones .col {
    width: 100%;
    margin-bottom: 20px;
  }

  #ubicaciones ul {
    width: 100%;
  }

  #ubicaciones .tit,
  .titUbica {
    font-size: 17px;
  }

  #ubicaciones .ul2{
	padding-bottom: 15px
}
#ubicaciones .ul2 li{
	font-size: 14px;
	margin-bottom: 15px;
	list-style: none;
	position: relative;
	padding-left: 40px;
	background: url('../images/iconGreca.png') 0 0 no-repeat;
	background-size: 35px 35px;
}
#ubicaciones .ul2 strong{
	font-size: 17px;
	display: block;
}

  /* Detalle proyecto */
  #detalleProyecto .row {
    flex-direction: column;
  }

  #detalleProyecto .row .col:first-child {
    width: 100%;
    border-right: none;
  }

  #detalleProyecto .colPosts {
    width: 100%;
    padding-top: 20px;
  }

  .colPosts .content {
    padding-left: 0;
  }

  .infoProyecto .title {
    font-size: 22px;
  }

  /* Parallax fix */
  .parallax-section,
  #home-inovacion {
    background-attachment: scroll;
  }
}

@media (max-width: 480px) {

  html, body {
    font-size: 14px;
    line-height: 1.4;
  }

  main, section {
    overflow: visible !important;
  }

  /* HOME */
  #home-1 .row,
  #home-2 .row {
    flex-direction: column;
    align-items: center;
  }

  #home-1 .col,
  #home-2 .item {
    width: 100%;
    margin-bottom: 25px;
  }

  #home-1 .col .text {
    font-size: 18px;
  }

  #home-2 .item {
    font-size: 24px;
  }

  #home-2 .item span {
    font-size: 16px;
  }

  /* HOME INOVACION */
  #home-inovacion {
    background-attachment: scroll !important;
    background-position: center;
    background-size: cover;
  }

  #home-inovacion .container {
    padding: 30px 15px;
  }

  #home-inovacion .title {
    font-size: 22px;
    text-align: center;
  }

  #home-inovacion .text {
    font-size: 18px;
    text-align: center;
  }

  #home-inovacion .text a {
    font-size: 18px;
    padding: 10px 35px;
    border-width: 3px;
  }

  /* PROYECTOS */
  #proyectosBloques .column {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .colProy .title {
    font-size: 15px;
    bottom: 35px;
  }

  /* BOLSA DE TRABAJO */
  #bolsaTrabajo {
    padding: 20px 0;
  }

  #bolsaTrabajo .row {
    flex-direction: column;
  }

  #bolsaTrabajo .col1,
  #bolsaTrabajo .col2 {
    width: 100%;
  }

  #bolsaTrabajo .col .title strong {
    font-size: 24px;
  }

  #bolsaTrabajo .col .description {
    font-size: 14px;
    line-height: 1.5;
  }

  .btnAplicar {
    position: static;
    margin: 15px auto 0;
    width: 100%;
    max-width: 180px;
  }

  /* CONTACTO */
  #contactSection .row {
    flex-direction: column;
  }

  #contactSection .col {
    width: 100%;
    padding: 10px 0;
  }

  .titleContact .heading-title {
    font-size: 20px;
    text-align: center;
  }

  .textContact {
    font-size: 15px;
    text-align: center;
  }

  /* UBICACIONES */
  #ubicaciones {
    padding: 0 10px;
  }

  #ubicaciones .col {
    width: 100%;
    margin-bottom: 15px;
  }

  #ubicaciones ul {
    width: 100%;
  }

  #ubicaciones .tit,
  .titUbica {
    font-size: 16px;
  }

  #ubicaciones .ul2 li {
    font-size: 13px;
    padding-left: 30px;
    background-size: 25px 25px;
  }

  /* DETALLE PROYECTO */
  #detalleProyecto .row {
    flex-direction: column;
  }

  #detalleProyecto .row .col:first-child,
  #detalleProyecto .colPosts {
    width: 100%;
    border: none;
    padding: 0;
  }

  .infoProyecto .title {
    font-size: 20px;
  }

  .infoProyecto .text {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Parallax general */
  .parallax-section {
    background-attachment: scroll !important;
  }

  /* Ajustes globales */
  img {
    max-width: 100%;
    height: auto;
  }

  .container {
    width: 95%;
    margin: 0 auto;
  }

  a, button {
    font-size: 15px;
  }
}
