@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;
  /* ============ */
  --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;
}

.basic-1 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #f7fafd;
}

/* =========================
   -  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: #15aae5 !important;
}

ul li {
  font-family: 'Quicksand' !important;
}

/* =========================================== */
/* Prestyles */
#producto {
  padding-top: 7rem;
  padding-bottom: 10rem;
}

.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%;
  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;
  font-size: 4.5rem;
}

.jarallax-img {
  background-image: url('/assets/fondos/CABLES PARA REDES DE COMUNICACIÓN.png') !important;
  background-size: cover;
  max-width: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80vh;
}

.d-stylee {
  height: 500px;
}

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

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

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

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

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

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

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

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

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

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

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

  .d-stylee {
    height: 500px;
  }
}

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

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

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

/* ======================== */
/* Info */

.card-blog {
  margin-top: 60px;
}

.card-plain {
  background: 0 0;
  box-shadow: none;
}

.card {
  border: none !important;
  margin-bottom: 50px;
  margin-top: 30px;
}

.card .card-header {
  border-radius: 3px;
  padding: 1rem 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border: 0;
  background: linear-gradient(60deg, #eee, #bdbdbd);
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.card .card-header.card-header-image {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
}

.card .card-header.card-header-image img {
  width: 100%;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, .24), 0 8px 10px -5px rgba(0, 0, 0, .2);
  height: 40vh;
}

.card-plain .card-header-image {
  margin: 0 !important;
  border-radius: 6px;
}

.all-cont-card-category {
  position: relative;
  top: 3vh;
}

.text-info {
  font-size: 1.5rem;
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  .all-cont-card-category {
    position: relative;
    top: 4vh;
  }

  .card .card-header.card-header-image img {
    height: 42vh;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .all-cont-card-category {
    position: relative;
    top: 4vh;
  }

  .card .card-header.card-header-image img {
    height: 35vh;
  }
}

@media (min-width: 1200px) {
  .all-cont-card-category {
    position: relative;
    top: 3vh;
  }

  .card .card-header.card-header-image img {
    height: 40vh;
  }
}

@media (min-width: 1400px) {
  .all-cont-card-category {
    position: relative;
    top: 5vh;
  }

  .card .card-header.card-header-image img {
    height: 40vh;
  }
}

@media (min-width: 1600px) {
  .all-cont-card-category {
    position: relative;
    top: 6vh;
  }

  .card .card-header.card-header-image img {
    height: 35vh;
  }
}

/* ======================== */
/* Info Cotizaciòn */
.curveDownColor {
  margin-bottom: -100px;
}

.curveUpColor,
.curveDownColor {
  fill: #fff;
  stroke: #fff;
  position: absolute;
  left: 0;
  z-index: 1;
}

.curveUpColor {
  margin-top: -100px;
}

.curveUpColor,
.curveDownColor {
  fill: #fff;
  stroke: #fff;
  position: absolute;
  left: 0;
  z-index: 1;
}

.recent-wrap {
  text-align: center;
}

.grey {
  background: #ECF0F1;
  padding: 100px 0 150px;
}

.wrapp {
  width: 100%;
  padding: 5rem 0 8rem;
}

.grid-pad {
  padding: 60px 0 0px 20px;
}

.grid {
  width: 100%;
  max-width: 100%;

  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.text-comunicacion {
  width: 100%;
  padding-left: 10vh;
  padding-right: 10vh;
}

.text-comunicacion p {
  text-align: left;
  letter-spacing: 1px;
}


@media (min-width: 320px) {
  .text-comunicacion {
    width: 100%;
    padding-left: 2vh;
    padding-right: 3vh;
  }
}

@media (min-width: 411px) {
  .text-comunicacion {
    width: 100%;
    padding-left: 1vh;
    padding-right: 3vh;
  }
}

@media (min-width: 576px) {
  .text-comunicacion {
    width: 100%;
    padding-left: 5vh;
    padding-right: 5vh;
  }
}

@media (min-width: 768px) {
  .text-comunicacion {
    width: 100%;
    padding-left: 10vh;
    padding-right: 15vh;
  }
}

/* ======================== */
/* Corizacion */

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.btn-round {
  border-radius: 30px;
  width: 18%;
}

.btn.btn-rose {
  color: #fff;
  background-color: var(--Naranja1);
  border-color: var(--Naranja2);
  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-rose:hover {
  color: #fff;
  background-color: var(--Naranja);
  text-align: center;
  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);

}

.text-contizacion-style {
  font-size: 2.5rem;
  padding-bottom: 5vh;
  text-transform: uppercase;
  font-weight: 600 !important;
}

/* ======================== */
/* Cables Navales */
/* ======================== */
/* -- HERO NAVALES */
.jarallax--img {
  background-image: url('/assets/fondos/navall.jpg') !important;
  background-size: cover;
  max-width: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80vh;
}

/* -- CONT NAVALES */
.gallery-navales {
  position: relative;
  top: 3vh;
}

.gallery-navales img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  border-radius: 50%;
}

.text-title-nav {
  position: relative;
  top: 3vh;
}

.tabs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e8eff6;
}

.nabs{
  background-color: #fafafa;
}


@media (min-width: 992px) {
  .basic-1 .image-container {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .basic-1 .image-container {
    margin-right: 2.5rem;
    width: 31.0625rem;
    height: 36.625rem;
  }

  .basic-1 .text-container {
    margin-top: 5rem;
    margin-left: 2.5rem;
  }

  .nabs .text-container {
    margin-top: 5rem;
    margin-left: 2.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .tabs .image-container {
    margin-left: 2.5rem;
    width: 31.0625rem;
    height: 36.625rem;
  }
}

@media (min-width: 1400px) {
  .basic-1 .image-container {
    margin-right: 0;
    width: 37.0625rem;
    height: 42.625rem;
  }

  .nabs .image-container {
    margin-right: 0;
    width: 37.0625rem;
    height: 42.625rem;
  }
}

/* ======================= */
/* 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;
}

.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}

.button:hover {
  transition: .9s;
  border-radius: 1000px;
}

button::before {
  content: '';
  border-radius: 1000px;
  min-width: 230px;
  min-height: calc(50px + 12px);
  border: 4px solid #238ff4;
  box-shadow: 0 0 60px rgb(80, 170, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.button:hover,
.button:focus {
  color: #fff;
  font-size: 18px;
  transform: translateY(-6px);
}

button:hover::before,
button:focus::before {
  opacity: 1;
}

button::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

button:hover::after,
button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}



@media only screen and (max-width: 600px) {
  .btn-cotizacion {
    width: 90%;
  }
}