@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* =========================
   -  DEFINITIONS - 
==============================*/

:root {

  /* Colores */
  --amarillo: #f7ac23;
  --Naranja: #EE7136;
  --Naranja1: #FF731D;
  --Naranja2: #FD841F;
  --azul: #0a377a;
  --azul1: #10cdee;
  --Negro: #212529;
  /* ======================= */
  --si-gray-600: rgba(255, 255, 255, .5);
  --si-gray-700: rgba(255, 255, 255, .7);
  --si-gray-800: rgba(255, 255, 255, .85);
  /* ============ */
  --marquee-width: 90vw;
  --marquee-height: 30vh;
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

/*  */
.span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

a {
  text-decoration: none !important;
  list-style: none;
}


.separador {
  min-height: 40vh;
}

.slice {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.slice-lg {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.slice-mg {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.tilte {
  color: var(--Naranja);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Fira Sans';
  font-weight: 700 !important;
  line-height: 1.25;
}

.SubTitle {
  font-size: 1.8rem !important;
  text-align: left !important;
  font-family: 'Manrope';
  font-weight: 700 !important;
}

.shadow {
  -webkit-box-shadow: 0px 0px 40px rgb(29 58 83 / 10%) !important;
  box-shadow: 0px 0px 40px rgb(29 58 83 / 10%) !important;
}

/* =========================
   -  FONTS AND TXT - 
==============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Fira Sans' !important;
  font-weight: 700 !important;
  line-height: 1.25;
}

p,
blockquote {
  font-family: 'Quicksand' !important;
  font-size: 18px !important;
  font-weight: 300;
  letter-spacing: 1px;
  color: #383838 !important;
}

/* ============================= */

.me-2 {
  margin-right: 0.5rem !important;
}

.fill-secondary,
.btn-color {
  fill: #4875b0 !important;
}

.btn-color {
  margin-top: 2vh;
  padding: 10px 30px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
  border-radius: 30px !important;
  margin-bottom: 2vh;
}


.btn-color a {
  color: #fff !important;
}

.section-space {
  height: 70px;
  display: block;
}

/* ========================================= */
/* Hero */

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
}

.information-title {
  position: absolute;
  top: 40%;
  width: 100%;
}

.information-title h1 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
}

.jarallax-img {
  background-image: url('/assets/fondos/PROTOCOLOS-DE-COMUNICACION.jpeg');
  background-size: cover;
  max-width: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80vh;
}

.d-style {
  height: 500px;
}

@media (min-width: 320px) {
  .information-title h1 {
    font-size: 2rem;
  }

  .d-stylee {
    height: 55vh;
  }

  .jarallax {
    height: 50vh;
  }
}

@media (min-width: 360px) {
  .information-title h1 {
    font-size: 2.5rem;
  }

  .jarallax {
    height: 60vh;
  }
}

@media (min-width: 411px) {
  .information-title h1 {
    font-size: 2.8rem;
  }

  .d-stylee {
    height: 42vh;
  }

  .jarallax {
    height: 65vh;
  }
}

@media (min-width: 576px) {
  .information-title h1 {
    font-size: 2.3rem;
  }

  .d-stylee {
    height: 45vh;
  }

  .jarallax {
    height: 55vh;
  }
}

@media (min-width: 768px) {
  .information-title h1 {
    font-size: 3rem;
  }

  .d-stylee {
    height: 45vh;
  }

  .jarallax {
    height: 60vh;
  }
}

@media (min-width: 992px) {
  .information-title h1 {
    font-size: 4rem;
  }

  .d-stylee {
    height: 50vh;
  }
}

@media (min-width: 1200px) {
  .information-title h1 {
    font-size: 5rem;
  }

  .d-stylee {
    height: 500px;
  }

  .jarallax {
    height: 80vh;
  }
}

@media (min-width: 1400px) {
  .information-title h1 {
    font-size: 5rem;
  }

  .d-stylee {
    height: 80vh;
  }

  .jarallax {
    height: 60vh;
  }
}

@media (min-width: 1600px) {
  .information-title h1 {
    font-size: 6.5rem;
  }

  .d-stylee {
    height: 80vh;
  }

  .jarallax {
    height: 60vh;
  }
}

/* ======================================== */
/* Information */
.about {
  padding: 90px 0 0px 0;
}

.Orang {
  color: var(--Naranja);
}

.titlepage h2 {
  padding: 0px 0px 1px 0px;
  font-size: 40px;
  font-weight: bold;
  color: #050303;
  line-height: 46px;
  border-bottom: var(--Naranja1) solid 2px;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.titlepage p {
  text-align: left;
}

@media (min-width: 320px) {
  .titlepage h2 {
    font-size: 2rem;
    width: 95%;
    line-height: 40px;
  }

  .about {
    padding: 50px 0 0px 0;
  }
}

@media (min-width: 360px) {
  .titlepage h2 {
    font-size: 2rem;
    width: 80%;
    line-height: 40px;
  }
}


@media (min-width: 411px) {
  .titlepage h2 {
    font-size: 2rem;
    width: 70%;
    line-height: 40px;
  }
}

@media (min-width: 576px) {
  .titlepage h2 {
    font-size: 2.5rem;
    width: 65%;
    line-height: 50px;
  }
}

@media (min-width: 768px) {
  .titlepage h2 {
    font-size: 3rem;
    width: 60%;
    line-height: 50px;
  }
}

@media (min-width: 992px) {
  .titlepage h2 {
    font-size: 3.5rem;
    width: 60%;
    line-height: 65px;
  }
}

@media (min-width: 1200px) {
  .titlepage h2 {
    font-size: 4rem;
    width: 50%;
    line-height: 65px;
  }
}

/* ======================================== */
/* Cables 1 */
.fill-secondary,
.btn-color {
  fill: var(--Naranja1);
}

.section-padding {
  padding-top: 65px;
  padding-bottom: 65px;
}

#gtco-special-cables .special-number {
  position: relative;
  font-size: 60px;
}


#gtco-special-cables .special-number:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  width: 200px;
  height: 1px;
  background: #000;
}

.cables-text {
  padding-left: 90px;
}

#gtco-special-cables h3 {
  text-transform: uppercase;
}

/* #gtco-special-cables h3 span {
  color: var(--Naranja1);
} */

.text--start {
  width: 70vh;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.btn.btn-rose {
  color: #fff;
  background-color: var(--Naranja1);
  border-color: var(--Naranja2);
}

.btn.btn-rose:hover {
  color: #fff;
  background-color: var(--Naranja2) !important;
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, .14), 0 3px 1px -2px rgba(233, 30, 99, .2), 0 1px 5px 0 rgba(233, 30, 99, .12);
}

.btn.btn-round {
  border-radius: 30px;
  width: auto;
  padding: 10px 60px;
}

@media (min-width: 320px) {
  .cables-text {
    padding-left: 9px;
  }

  .text--start {
    width: 50vh;
  }

  .text--start p {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

@media (min-width: 411px) {
  .cables-text {
    padding-left: 30px;
  }

  .text--start {
    width: 50vh;
  }

  .text--start p {
    font-size: 17px;
  }

  .section-padding {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (min-width: 576px) {
  .cables-text {
    padding-left: 90px;
  }

  .text--start {
    width: 70vh;
  }

  .text--start p {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .cables-text {
    padding-left: 9px;
  }

  .text--start {
    width: 50vh;
  }

  .text--start p {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .boxed-page .section-padding {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .cables-text {
    padding-left: 45px;
  }
}

@media (min-width: 1200px) {
  .text--start {
    width: 70vh;
  }

  .text--start p {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .text--start {
    width: 50vh;
  }
}

/* Cont 3 -4 */
.bg_coffe {
  background: #f4f9ff;
}


/* =============================================================== */
/* 
  -- Cables para construcción y automatización Industrial --
*/


/* -- Hero --  */
.gallery-contruccion {
  position: relative;
  top: 8vh;
}

.gallery-contruccion img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  height: 65vh;
  object-fit: cover;
}
/* ============================== */
/* Information */
.section-title {
  position: relative;
  padding: 115px 0 35px 0;
  text-align: center;
}

.text--primary {
  color: #faa544;
}


.section-title::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100px;
  top: 0;
  left: 50%;
  margin-left: 1px;
  background: #DA9F5B;
}

/* Cards */
.hero-section {
  align-items: flex-start;
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: 70px 14px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 1200px;
  width: 100%;
}

.card {
  list-style: none;
  position: relative;
  border: none !important;
}

.card:before {
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background {
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition:
    filter 200ms linear,
    transform 200ms linear;
  border: none !important;
}

.card:hover .card__background {
  transform: scale(1.1) translateZ(0);
}

.card-grid:hover>.card:not(:hover) .card__background {
  filter: brightness(1) saturate(0) contrast(1.4) blur(5px);
}

.card__content {
  left: 0;
  padding: 24px;
  position: absolute;
  top: 0;
}

.card__heading {
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
}


@media(min-width: 540px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(min-width: 960px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* -- Button -- */
.tongue {
  display: block;
  margin: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: rotate(180deg) translateX(50%);
  width: 138px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/imgs/character.png);
  color: #494949 !important;
}

.tongue:hover{
  color: #DA9F5B !important;
}

.button {
  min-width: 230px;
  min-height: 60px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--azul) 0%, var(--azul1) 100%);
  border: none;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  margin-top: 2.5vh;
}