/* Make element full width */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

/* Make sure elements don't run outside containers (great for images in columns) */
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

hr {
  width: 100px;
}

table {
  margin-bottom: 44px;
}

table thead {
  color: #1a1a1a;
  border-bottom: 1px solid #e1e1e1;
}

table tbody td {
  border-bottom: 1px solid #e1e1e1;
}

/*------*/

header {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

header nav p {
  margin: 10px 0px;
  color: #ffffff;
}

header nav .menuItems {
  text-align: right;
}

header nav .menuItems ul {
  display: flex;
  list-style: none;
  padding: 0;
}

header nav .menuItems ul li {
  padding: 0px 10px 0px 5px;
  margin: 5px 0px 0px 10px;
  border-right: 1px solid #ffffff;
}

header nav .menuItems ul li:last-child {
  border-right: none;
  padding-right: 0px;
}

header nav .menuItems ul li a {
  color: #ffffff;
}

/*-------*/

#Portada {
  text-align: center;
  background: url('../images/portada.png');
  color: #ffffff;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#Portada hr {
  border-top: 1px solid #ffffff;
  width: 100px;
}

#Portada article {
  position: relative;
  top: 35vh;
}

#Portada article h1,
#Portada article h2 {
  text-transform: uppercase;
}

/*-------*/

#NavSecciones {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

#NavSecciones a.linkNavSeccionesBox {
  color: #ffffff;
}

#NavSecciones a.linkNavSeccionesBox:hover > .NavSeccionesBox {
  background-color: #1CEB9E;
}

#NavSecciones .NavSeccionesBox {
  background-color: #00ff96;
  /*min-height: 25vh;*/
  height: 25vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#NavSecciones .NavSeccionesBox img {
  align-self: center;
}

#NavSecciones a:nth-child(2) .NavSeccionesBox {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

/*-------*/

#NavSeccionesInt {
  text-align: center;
  color: #ffffff;
  /*text-transform: uppercase;*/
}

#NavSeccionesInt h6 {
  margin: 0;
}

#NavSeccionesInt a.linkNavSeccionesIntBox {
  color: #ffffff;
}

#NavSeccionesInt a.linkNavSeccionesIntBox:hover > .NavSeccionesIntBox {
  background-color: #1CEB9E;
}

#NavSeccionesInt .NavSeccionesIntBox {
  background-color: #00ff96;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#NavSeccionesInt a:nth-child(2) .NavSeccionesIntBox {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

/*-------*/

#Nosotros {
  text-align: center;
  border-top: 7px solid #0497b8;
  background: url('../images/nosotros.png');
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vh;
  padding-top: 8vh;
}

#Nosotros h4 {
  color: #0497b8;
}

#Nosotros hr {
  border-top: 1px solid #0497B8;
  width: 100px;
  margin: 10px auto 30px auto;
}

/*-------*/

#Damero {
  text-align: center;
  color: #b3b3b3;
}

#Damero .DameroBox {
  height: 24vw;
}

#Damero .DboxFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#Damero img {
  width: 38%;
  box-sizing: border-box;
  margin-bottom: 8px;
}

#Damero h6 {
  font-size: 1.1rem;
}

#Dbox1 {
  background-color: #7d00ff;
  color: #ffffff;
}

#Dbox1 span {
  font-size: 25px;
}

#Dbox2 {
  background: url('../images/dameroBg00.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

#Dbox3 {
  color: #b3b3b3;
  font-size: 14px;
}

#Dbox3 h6 {
  color: #b8044a;
}

#Dbox3 hr {
  border-top: 1px solid #b8044a;
  width: 50px;
  margin: 7px auto;
}

#Dbox3 p {
  margin-bottom: 0;
}

#Dbox3 span {
  font-size: 12px;
}

#Dbox4 {
  background-color: #b8044a;
  color: #ffffff;
}

#Dbox5 {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #0497b8;
}

#Dbox6 {
  color: #b3b3b3;
  font-size: 14px;
}

#Dbox6 h6 {
  color: #1ceb9e;
}

#Dbox6 hr {
  border-top: 1px solid #1ceb9e;
  width: 50px;
  margin: 7px auto;
}

#Dbox6 p {
  margin-bottom: 0;
}

#Dbox6 span {
  font-size: 12px;
}

#Dbox7 {
  background: url('../images/dameroBg01.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

#Damero #Dbox8.DboxFlex,
#Damero #Dbox14.DboxFlex {
  align-items: stretch;
}

#Dbox8 p,
#Dbox14 p {
  margin-bottom: 0;
}

#Dbox8 span,
#Dbox14 span {
  text-align: left;
  font-size: 0px;
  line-height: 1;
  color: #b8044a;
  padding: 0px 10px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  position: relative;
}

#Dbox8 span::before,
#Dbox14 span::before {
  content: "\201C";
  display: block;
  font-size: 70px;
  position: absolute;
  left: 5px;
  top: -45px;
}

#Dbox8 span:last-child::before,
#Dbox14 span:last-child::before {
  content: "\201D";
  display: block;
  font-size: 70px;
  position: absolute;
  text-align: right;
  right: 5px;
  top: 20px;
}

#Dbox9 {
  color: #b3b3b3;
  font-size: 14px;
}

#Dbox9 h6 {
  color: #7d00ff;
}

#Dbox9 hr {
  border-top: 1px solid #7d00ff;
  width: 50px;
  margin: 7px auto;
}

#Dbox9 p {
  margin-bottom: 0;
}

#Dbox9 span {
  font-size: 12px;
}

#Dbox10 {
  background-color: #00ff96;
  color: #ffffff;
}

#Dbox10bis {
  background: url('../images/dameroBg04.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

#Dbox11 {
  color: #b3b3b3;
  font-size: 14px;
}

#Dbox11 h6 {
  color: #0497b8;
}

#Dbox11 hr {
  border-top: 1px solid #0497b8;
  width: 50px;
  margin: 7px auto;
}

#Dbox11 p {
  margin-bottom: 0;
}

#Dbox11 span {
  font-size: 12px;
}

#Dbox12 {
  background-color: #0497b8;
  color: #ffffff;
}

#Dbox12 h3 {
  font-size: 55px;
  line-height: 1.0;
}

#Dbox12 span {
  font-size: 25px;
}

#Dbox13 {
  background: url('../images/dameroBg02.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

#Dbox15 {
  background: url('../images/dameroBg03.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

#Dbox16 {
  color: #0497b8;
}

#Dbox17 {
  background-color: #7d00ff;
  color: #ffffff;
}

#Dbox17 span {
  font-size: 25px;
}

#Dbox18 {
  background: url('../images/dameroBg00.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

#Dbox19 {
  color: #b3b3b3;
  font-size: 14px;
}

#Dbox19 h6 {
  color: #b8044a;
}

#Dbox19 hr {
  border-top: 1px solid #b8044a;
  width: 50px;
  margin: 7px auto;
}

#Dbox19 p {
  margin-bottom: 0;
}

#Dbox19 span {
  font-size: 12px;
}

#Dbox20 {
  background-color: #0497b8;
  color: #ffffff;
}

/*-------*/

#Clientes {
  text-align: center;
  border-top: 7px solid #1ceb9e;
  padding: 50px 0;
}

#Clientes hr {
  border-top: 1px solid #1ceb9e;
  width: 100px;
  margin: 10px auto 40px auto;
}

#slider1 img {
  display: block;
  width: auto;
  max-height: 65px;
  margin: 0 auto;
}

/*-------*/

#Numeros {
  text-align: center;
  background: url('../images/numeros.png');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30vh;
  color: #ffffff;
  padding-top: 5vh;
}

#Numeros span {
  color: #00ff96;
  font-size: 70px;
  font-weight: 700;
}

/*-------*/

#Contacto .contactoTitulo {
  padding: 50px 0;
}

#Contacto h4 {
  text-align: center;
}

#Contacto hr {
  border-top: 1px solid #1ceb9e;
  width: 100px;
  margin: 10px auto 5px auto;
}

#Contacto .contactoBox {
  /*min-height: 36vw;*/
  height: 36vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#Contacto .contactoIntro {
  background-color: #00ff96;
  color: #ffffff;
  /*min-height: 12vw;*/
  height: 12vw;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

#Contacto .contactoIntro p {
  margin-bottom: 0;
}

#Contacto .contactoDir {
  padding: 40px 0 20px 50px;
}

#Contacto .contactoDir h2 {
  color: #b8044a;
  font-size: 70px;
  margin-bottom: 0;
  line-height: 1.0;
}

#Contacto .contactoDir h6 {
  color: #1a1a1a;
}

#Contacto .contactoCom {
  padding: 0px 0px 50px 50px;
}

#Contacto .contactoSocial {
  padding-top: 10px;
}

#Contacto .contactoSocial a {
  color: #1A1A1A;
  font-size: 15px;
}

#Contacto .contactoSocial a:first-child {
    margin-right: 70px;
}

#Contacto .contactoSocial a i {
  color: #662D91;
  font-size: 22px;
  padding-right: 7px;
}

#Contacto .row.expanded .large-6.columns {
  padding: 0;
}

#Oficina {
  background: url('../images/contactoBg00.png');
  background-repeat: no-repeat;
  min-height: 24vw;
}

#Rayado {
  background: url('../images/contactoBg01.png');
  background-repeat: no-repeat;
  min-height: 24vw;
}

#map {
  min-height: 24vw;
}

#map iframe {
  width: 100%;
  min-height: 24vw;
  display: block;
}
/*-------*/

footer {
  text-align: center;
  color: #ffffff;
  background-color: #0497b8;
  padding: 15px 0;
}

footer p {
  margin-bottom: 0;
  font-size: 12px;
}

/*-------*/

#PortadaInstalaciones {
  text-align: center;
  background: url('../images/portadaInstalaciones.png');
  color: #ffffff;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#PortadaInstalaciones hr {
  border-top: 1px solid #ffffff;
  width: 100px;
}

#PortadaInstalaciones article {
  position: relative;
  top: 30vh;
}

#PortadaInstalaciones article h1 {
  text-transform: uppercase;
}

#trabajosDivisor {
  min-height: 4vh;
  background: #1ceb9e url('../images/rayadoInstalaciones.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0 70px 0;
}

#trabajosDestacados {
  margin-top: 70px;
}

#trabajosDestacados img {
  margin-bottom: 10px;
}

#trabajosDestacados h6 {
  color: #b8044a;
}

.trabajosDestacadosBox {
  margin-bottom: 30px;
}

#listadoTrabajos {
  margin-bottom: 40px;
}

/*-------*/

#PortadaAcademico {
  text-align: center;
  background: url('../images/portadaAcademico.png');
  color: #ffffff;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#PortadaAcademico hr {
  border-top: 1px solid #ffffff;
  width: 100px;
}

#PortadaAcademico article {
  position: relative;
  top: 32vh;
}

#PortadaAcademico article h1 {
  text-transform: uppercase;
}

#blog {
  margin-top: 80px;
  margin-bottom: 50px;
}

#blog span {
  display: block;
}

#blog .fecha {
  color: #b8044a;
}

#blog .subtitulo {
  color: #b3b3b3;
  font-weight: bold;
}

#blog h3.tituloPost {
  color: #0497b8;
}

#blog article {
  margin-top: 15px;
}

#blog a.button {
  background-color: #1ceb9e;
  color: #ffffff;
  font-weight: bold;
  padding: 18px 25px;
  margin: 15px 0;
  border: none;
  font-size: 16px;
}

#blog a.button i {
  font-size: 20px;
  padding-left: 5px;
}

#blog button {
  background-color: #1ceb9e;
  color: #ffffff;
  font-weight: bold;
  padding: 18px 25px;
  margin: 15px 0;
}

#blog hr {
  width: 100%;
}

/*-------*/

#PortadaSustentable {
  text-align: center;
  background: url('../images/portadaSustentable.png');
  color: #ffffff;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#PortadaSustentable hr {
  border-top: 1px solid #ffffff;
  width: 100px;
}

#PortadaSustentable article {
  position: relative;
  top: 38vh;
}

#PortadaSustentable article h1 {
  text-transform: uppercase;
}

#introSustentable {
  text-align: center;
  padding: 50px 0px;
}

#introSustentable h4 {
  color: #1CEB9E;
}

#introSustentable hr {
  border-top: 1px solid #1CEB9E;
  width: 100px;
  margin: 10px auto 30px auto;
}

.barraSustentable {
  height: 10px;
  background: #1CEB9E;
}

.rayadoSustentable {
  background: url('../images/rayadoSustentable.png');
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

#contenidoSustentables .contSustentableBox {
  /*min-height: 25vw;*/
  height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 50px;
  background-color: #F8F8FE;
}

#contenidoSustentables .contSustentableBox ul {
  list-style: none;
  margin-top: 20px;
  margin-left: 0px;
}

#contenidoSustentables .contSustentableBox hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #B8044A;
  margin: 1em 0;
  padding: 0;
  width: 50px;
}

#contenidoSustentables .contSustentableBox.sustBg1 {
  background: url('../images/sustentableBg00.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#contenidoSustentables .contSustentableBox.sustBg2 {
  background: url('../images/sustentableBg01.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#sustentableImgBox1 {
  /*background: url('../images/sursolar00.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*min-height: 25vw;*/
}

#sustentableImgBox2 {
  /*background: url('../images/sursolar01.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*min-height: 25vw;*/
}

#sustentableImgBox3 {
  /*background: url('../images/sursolar02.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*min-height: 25vw;*/
}

#sustentableImgBox4 {
  /*background: url('../images/sursolar03.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*min-height: 25vw;*/
}

#galeriaSustentable {
  text-align: center;
  padding: 50px 0px;
}

#galeriaSustentable h4 {
  color: #086788;
}

#galeriaSustentable hr {
  border-top: 1px solid #086788;
  width: 100px;
  margin: 10px auto 10px auto; /*30*/
}

/*-------*/

// Small screens
@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) {
  header nav {
    flex-direction: column;
  }

  .menuItems {
    display: none;
  }

  #NavSecciones .NavSeccionesBox {
    min-height: 25vh;
    height: auto;
  }

  #Contacto .contactoBox {
    min-height: 36vw;
    height: auto;
  }

  #Contacto .contactoIntro {
    min-height: 12vw;
    height: auto;
  }

  #contenidoSustentables .contSustentableBox {
    min-height: 25vw;
    height: auto;
  }

  #NavSecciones a:nth-child(2) .NavSeccionesBox {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 0;
    border-right: 0;
  }

  #Nosotros,
  #Numeros {
    padding-bottom: 5vh;
  }

  #Damero .DameroBox {
    height: 100vw;
  }

  #Contacto .contactoTitulo {
    padding: 35px 0 30px 0;
  }

  #Contacto .contactoIntro {
    padding: 20px 30px 20px 30px;
  }

  #Contacto .contactoDir {
    padding: 30px 0 80px 20px;
  }

  #Contacto .contactoTel {
    padding-left: 20px;
  }

  #Contacto .contactoSocial {
    padding-left: 20px;
    padding-bottom: 30px;
  }

  #Contacto .contactoCom {
    padding-left: 0px;
  }

  #map {
    min-height: 35vh;
  }

  #map iframe {
    min-height: 35vh;
  }

  #blog {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  #PortadaInstalaciones {
    min-height: 80vh;
  }

  #PortadaInstalaciones article {
    top: 35vh;
  }

  #PortadaAcademico {
    min-height: 80vh;
    background: url('../images/portadaAcademicoMob.png');
  }

  #PortadaAcademico article {
    top: 38vh;
  }

  #trabajosDivisor {
    min-height: 2vh;
    margin: 10px 0 30px 0;
  }

  #PortadaSustentable {
    min-height: 80vh;
  }

  #PortadaSustentable article {
    top: 42vh;
  }

  #contenidoSustentables .contSustentableBox {
    align-items: flex-start;
  }

  #contenidoSustentables .contSustentableBox.sustTxt {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  #contenidoSustentables .contSustentableBox.sustBg1,
  #contenidoSustentables .contSustentableBox.sustBg2 {
    min-height: 30vh;
    background-size: cover;
  }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

// Large screens
@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */
