
/* ==========================================================================
   Fonts
   ========================================================================== */

/*Hosted Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;800;900&display=swap');

/*@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');*/




/*Font Face Rule Deepest Possible Browser Support (remove the first comment thing) */

/*@font-face {
  /*font-family: 'MyWebFont';
  /*src: url('fonts/webfont.otf') format('opentype');*/
  /*src: url('fonts/webfont.eot'); /* IE9 Compat Modes */
  /*src: url('fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('fonts/webfont.woff2') format('woff2'), /* Super Modern Browsers */
       /*url('fonts/webfont.woff') format('woff'), /* Pretty Modern Browsers */
       /*url('fonts/webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       /*url('fonts/webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
/*}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
input,
textarea,
select {
  margin-bottom: 0;
  font-family: 'Raleway', Helvetica, sans-serif;
}

.btn-redondeado,
.btn-redondeado.negative:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 10px 20px !important;
  border: 1.9px solid #17116E;
  border-radius: 30px;
  color: #17116E !important;
  text-align: center;
}
.btn-redondeado.negative,
.btn-redondeado:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px !important;
  background-color: #390094;
  border: 1.9px solid #17116E;
  border-radius: 25px;
  color: #ffffff !important;
  text-align: center;
}
.btn-cuadreadado,
.btn-cuadreadado.negative:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 10px 20px !important;
  border: 2px solid #fa3828;
  border-radius: 0;
  color: #fa3828 !important;
  text-transform: uppercase;
}
.btn-cuadreadado.negative,
.btn-cuadreadado:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px !important;
  background-color: #fa3828;
  border: 2px solid #fa3828;
  border-radius: 0;
  color: #ffffff !important;
  text-transform: uppercase;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#header-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#header-home #menu {
  position: relative;
  background-color: transparent;
  padding-top: 7px;
  z-index: 15;
}
#header-home #menu .navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-home #menu .navbar-toggler-icon i {
  color: #ffffff;
}
#menu li .nav-link {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}
.nav-item.show {
  background-color: #DE303E;
  color: #ffffff;
}
.nav-item.show #subMenu {
  background-color: #DE303E;
  color: #ffffff !important;
}
.menuIndustrias {
  position: relative;
}
#submenuIndustrias.dropdown-menu {
  width: 75vw;
  top: 35px;
  left: 0;
  right: 0;
  left: -47.3vw;
  padding: 16px 16px;
  margin: auto;
  border-top: 10px solid #DE303E;
}
#submenuIndustrias.dropdown-menu .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
  font-family: 'Lato', Helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-size: 1vw;
  font-weight: 400;
  text-transform: uppercase;
}
#submenuIndustrias.dropdown-menu .nav-link:hover {
  color: #DE303E;
  font-weight: 500;
}
#submenuIndustrias.dropdown-menu .col.pr-3.mr-3 {
  border-right: 1px solid #DEDEDE;
}
#submenuIndustrias.dropdown-menu .nav-link:last-child {
  border-bottom: 0;
}
.thumb-submenu img {
  opacity: 0;
  display: none;
}
.thumb-submenu img.active {
  opacity: 1;
  display: inline-block;
}

header .top-bar {
  display: flex;
  align-items: center;
  min-height: 46px;
  background-color: rgba(39,39,39,0.81);
}
header .top-bar .mailto {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}
header .top-bar .phoneto {
  margin-left: 20px;
  font-family: 'Lato', Helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}
header .redes {
  padding-left: 25px !important;
}
header .redes a i {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
}
header .redes a:nth-child(2) i {
  margin-left: 12px;
  margin-right: 12px;
}
header .top-bar .phoneto i {
  margin-right: 8px;
}
header .top-bar .mailto i {
  margin-right: 7px;
}
header .conoce-mas-bar {
  min-height: 46px;
  background-color: rgba(255,255,255,0.7);
}
header .conoce-mas-bar p {
  padding-left: 1px;
  font-family: 'Raleway', Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}
#carouselHome .carousel-indicators {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 14px;
  margin: auto 0 auto auto;
  z-index: 1;
}
#carouselHome .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 4px 0;
}
#carouselHome .carousel-indicators li.active {
  background-color: #ffffff;
}
#carouselHome .contenedor-slide {
  position: relative;
}
#carouselHome .contenedor-slide .texto-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#carouselHome .titulo-slide {
  padding-top: 10vh;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 63px;
  font-size: 3.9375rem;
  font-weight: 100;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 72px;
  text-align: center;
}
#carouselHome .subtitulo-slide {
  margin-top: 10px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 33px;
  font-size: 2.05rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}
#carouselHome .btn-primary {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.icon-scroll {
  position: absolute;
  bottom: 27px;
}
.btn-primary.btn-negative.btn-unete {
  display: flex;
  align-items: center;
  min-height: initial;
  height: 28px !important;
  padding-top: initial !important;
  padding-bottom: initial !important;
  font-size: 11px;
  font-size: 0.6875rem;
}
#dropdownMenuButton {
  padding-left: 23px;
  font-family: 'Raleway', Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}
#dropdownMenuButton img {
  margin-left: 4px;
}
section.experiencia {
  min-height: 519px;
  background-image: url('../img/bg-experiencia.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 41px;
}
section.experiencia h2 {
  color: #ffffff;
}
section.experiencia  i {
  margin-top: 36px;
  margin-bottom: 15px;
  font-size: 50px;
  font-size: 3.125rem;
  color: #ffffff;
}
section.experiencia .cifra {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
section.experiencia .descripcion {
  margin-bottom: 10px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  color: #CCCCCC;
}
section.experiencia .btn-primary.btn-negative {
  padding-right: 36px;
  padding-left: 36px;
  margin-top: 30px;
}
section.experiencia p {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}
section.mantente.soluciones {
  padding: 0;
}
section.mantente.soluciones h2 {
  margin-bottom: 55px;
}
section.mantente.soluciones .contenedor-hover {
  position: relative;
}
section.mantente.soluciones .una-solucion:hover .pleca-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222,48,62,0.90);
  visibility: visible;
  transition: all 0.7s linear;
}
section.mantente.soluciones .pleca-hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: all 0.7s linear;
}
section.mantente.soluciones .una-solucion:hover .pleca-hover .btn-primary.btn-negative {
  color: #ffffff;
  border-color: #ffffff;
  transition: all 0.7s linear;
}
section.mantente.soluciones .una-solucion .pleca-hover .btn-primary.btn-negative {
  color: transparent;
  border-color: transparent;
  transition: all 0.5s linear;
}
.btn-primary.btn-negative {
  background-color: transparent;
  padding: 11px 20px;
  border: 2px solid #ffffff;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 600 !important;
}
.btn-primary.btn-negative:hover {
  color: #de303e !important;
}
section.mantente.soluciones .una-solucion:hover .pleca-hover img {
  width: 83px;
  height: 83px;
  opacity: 1;
  transition: all 0.7s linear;
}
section.mantente.soluciones .pleca-hover img {
  width: 83px;
  height: 83px;
  opacity: 0;
  transition: all 0.5s linear;
}
section.mantente.soluciones .pleca {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: none;
}
section.mantente.soluciones .pleca h4 {
  font-size: 17px;
  font-size: 1.0625rem;
}
section.mantente.soluciones .contenedor-actualizado:hover .pleca h4 {
  color: #de303e;
}
section.mantente.soluciones .pleca p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
}
section.trabajamos .varias-industrias {
  margin-top: 79px;
}
section.trabajamos .industria {
  position: relative;
  text-align: center;
}
section.trabajamos .industria.special {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding-right: 1%;
  padding-left: 1%;
}
section.trabajamos .industria.special p {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #3E3E3E;
  font-size: 16px;
  font-size: 1rem;
  font-size: 1vw;
}
section.trabajamos .industria .plequita {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 38px;
  background-color: rgba(49,49,49,0.86);
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  visibility: visible;
  transition: all 0.5s linear;
}
section.trabajamos .industria.active .plequita,
section.trabajamos .industria:hover .plequita {
  visibility: hidden;
  color: transparent;
  background-color: transparent;
  transition: all 0.5s linear;
}
section.trabajamos .industria:hover .pleca,
section.trabajamos .industria.active .pleca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49,49,49,0.86);
  visibility: visible;
  transition: all 1s linear;
}
section.trabajamos .industria .pleca {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: all 1s linear;
}
section.trabajamos .industria:hover .pleca p.titulo,
section.trabajamos .industria.active .pleca p.titulo,
section.trabajamos .industria:hover .pleca p,
section.trabajamos .industria.active .pleca p,
section.trabajamos .industria:hover .pleca .btn-primary,
section.trabajamos .industria.active .pleca .btn-primary {
  color: #ffffff;
  transition: all 1s linear;
}
section.trabajamos .industria:hover .pleca .btn-primary,
section.trabajamos .industria.active .pleca .btn-primary {
  background-color: #DE303E;
  transition: all 1s linear;
}
section.trabajamos .industria .pleca p.titulo {
  width: 100%;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 600;
  color: transparent;
  text-align: center;
  transition: all 1s linear;
}
section.trabajamos .industria .pleca p {
  width: 80%;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: transparent;
  text-align: center;
  transition: all 1s linear;
}
section.trabajamos .industria .pleca .btn-primary {
  width: 158px;
  background-color: transparent;
  color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 1s linear;
}
section.banner-acercate {
  display: flex;
  align-items: center;
  min-height: 170px;
  background-color: #292827;
}
section.banner-acercate p {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 17rem;
  font-size: 1.0625rem;
  color: #CCCCCC;
  font-weight: 400;
}
section.banner-acercate p span {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 18rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 600;
}
section.banner-acercate .btn-primary {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
}
section.acercate {
  background-color: #F8F8F8;
  padding-bottom: 40px;
}
section h2 {
  width: 100%;
  padding-top: 58px;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #000000;
  font-weight: 100;
  text-align: center;
}
section.acercate h2 {
  padding-bottom: 28px;
}
section h2 span {
  font-weight: 800;
}
section h3 {
  padding-bottom: 38px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #404040;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
}

input,
textarea {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding-left: 18px;
  border: 1px solid #EAEAEA;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #999999;
}
textarea {
  padding-top: 15px;
}
/*Checkbox*/
.container-check {
  display: block;
  position: relative;
  padding-top: 0;
  padding-left: 30px;
  margin-top: 13px;
  margin-bottom: 25px;
  cursor: pointer;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem !important;
  color: #999999;
  font-weight: 200;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-check input {
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 0;
}

.container-check:hover input ~ .checkmark {
  background-color: #272727;
}

.container-check input:checked ~ .checkmark {
  background-color: #272727;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-check input:checked ~ .checkmark:after {
  display: block;
}

.container-check .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* / Checkbox*/
section.mantente {
  padding-bottom: 80px;
}
.contenedor-actualizado {
  position:  relative;
  width: 533px;
  max-width: 100%;
}
.contenedor-actualizado img {
  width: 100%;
  max-height: 513px;
}
.contenedor-actualizado .pleca {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 55px 6% 35px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.contenedor-actualizado .pleca #triangle-up {
  position: absolute;
  top: -12px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 12px solid #ffffff;
}
.contenedor-actualizado .pleca h4 {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 800;
  text-align: center;
}
.contenedor-actualizado .pleca p {
  padding-top: 9px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #3E3E3E;
  font-weight: 400;
  text-align: center;
}
/*Footer*/
#footer-menu {
  min-height: 306px;
  background-color: #272727;
}
#footer-menu .info-contacto {
  padding-top: 7px;
  padding-bottom: 16px;
}
#footer-menu .info-contacto,
#footer-menu .info-contacto a {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFFFFF;
  font-weight: 300;
  text-align: right;
  line-height: 30px;
}
#footer-menu .icon-redes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-left: 9px;
  color: #ffffff;
}
#footer-menu .menu-section p {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #DE303E;
}
#footer-menu .menu-section a {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffffff;
}
#footer-menu .menu-section i {
  margin-top: 18px;
  font-size: 1.4rem;
  color: #ffffff;
}
#footer-menu .menu-section .registrese {
  margin-top: 17px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #ffffff;
}
#footer-menu form {
  width: 100%;
}
#footer-menu form input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 7px;
  border: 1px solid #E0E0E0;
  margin-top: 18px;
  margin-bottom: 15px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #272727;
}
#footer-menu form input::placeholder {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #00468B;
}
.btn-primary,
#footer-menu .menu-section .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  background-color: #DE303E;
  border: 0;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
#footer-menu .menu-section .btn-primary:hover,
.btn-primary:hover {
  background-color: #ffffff;
  color: #DE303E;
}
#footer-legales {
  min-height: 40px;
  background-color: #000000;
}
#footer-legales p,
#footer-legales p span,
#footer-legales a {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #B4B4B4;
  font-weight: 400;
  text-align: center;
}
/*Footer*/


/*Industrias*/
#header-interno #menu .navbar {
  padding: 29px 0;
}
#header-interno #menu li .nav-link {
  color: #484848;
}
/*Bread*/
.bread-bar {
  min-height: 24px;
  background-color: #DE303E;
}
.bread,
.bread ol {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.bread ol li.breadcrumb-item,
.bread ol li.breadcrumb-item a {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 11rem;
    font-size: 0.6875rem;
    color: #FFFFFF;
    font-weight: 600;
}
.bread ol li.breadcrumb-item:hover a:hover {
    color:  #454545 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: .5rem;
    padding-left: 0;
    color: #FFFFFF;
    content: "/";
}
.banner-interno {
  margin-bottom: 58px;
}
.description-industria h2 {
  padding-bottom: 50px;
}
.industry-text {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #787878;
}
.description-industria .btn-primary {
  max-width: 211px;
  margin-top: 60px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.mantente.soluciones h5 {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #101010;
}
.mantente.soluciones .carousel-control-next {
  top: -30%;
  right: -47px;
  width: 27px;
}
.mantente.soluciones .carousel-control-prev {
  top: -30%;
  left: -47px;
  width: 27px;
}
section.experiencia.interna{
  min-height: 430px;
}
/*Casos de Exito*/
h3.interna {
  width: 85%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 30px;
  font-weight: 300;
}
h3.interna span {
  font-weight: 700;
}
.contenedor-caso {
  position: relative;
  width: 100%;
}
.contenedor-caso .pleca {
  position: absolute;
  right: 0;
  bottom: 34px;
  left: 0;
  max-width: 85%;
  height: auto;
  max-height: 188px;
  background-color: #ffffff;
  padding-top: 36px;
  padding-bottom: 30px;
  margin: auto;
  transition: max-height 0.4s linear;
}
.contenedor-caso:hover .pleca {
  max-height: 244px;
  transition: max-height 0.3s linear;
}
.contenedor-caso .pleca .titulo {
  font-family: 'Raleway', Helvetica, sans-serif;
  color: #000000;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 1.2vw;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  transition: color 0.4s linear;
}
.contenedor-caso:hover .pleca .titulo {
  color: #DE303E;
  transition: color 0.4s linear;
}
.contenedor-caso .pleca .reto {
  font-family: 'Raleway', Helvetica, sans-serif;
  color: #000000;
  font-size: 19px;
  font-size: 1.1875rem;
  font-size: 1.1vw;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  line-height: 30px;
}
.contenedor-caso .pleca .texto {
  max-width: 83%;
  padding-bottom: 0;
  margin: auto;
  font-family: 'Lato', Helvetica, sans-serif
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 0.7vw;
  color: #3E3E3E;
  font-weight: 300;
  text-align: center;
}
.contenedor-caso .pleca .btn-primary {
  max-width: 60%;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  transition: all 0.2s linear;
  text-align: center;
}
.contenedor-caso:hover .pleca .btn-primary {
  height: 30px;
  opacity: 1;
  transition: all 0.6s linear;
}
.pagination {
  margin-top: 26px;
}
.pagination li,
.pagination li a {
  border: 0;
  margin-top: 0;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #4D4C4C;
  text-transform: uppercase;
  font-weight: 300;
}

/*Recursos*/
section.mantente.recursos {
  padding-bottom: 20px;
}
.recursos .contenedor-actualizado {
  min-height: 413px;
  margin-bottom: 2vw;
}
.recursos .contenedor-actualizado.big {
  min-height: 507px;
}
.recursos .contenedor-actualizado .pleca {
  padding: 55px 4.6% 35px;
}
.recursos .contenedor-actualizado h4 {
  font-size: 24px;
  font-size: 1.4rem;
}
/*Search Box*/
.container-search{
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-search input#search{
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #707070;
  font-size: 10pt;
  float: left;
  color: #707070;
  font-weight: 400;
  padding-right: 45px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background .55s ease;
  -moz-transition: background .55s ease;
  -ms-transition: background .55s ease;
  -o-transition: background .55s ease;
  transition: background .55s ease;
}
.container-search .icon{
  position: absolute;
  top: 14px;
  bottom: 0;
  right: 15px;
  border: 0;
  margin: auto;
  z-index: 1;
  color: #707070;
}
.container-search input#search::-webkit-input-placeholder {
   color: #ffffff;
}

.container-search input#search:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
}

.container-search input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;
}

.container-search input#search:-ms-input-placeholder {
   color: #ffffff;
}
.container-search input#search:hover,
.container-search input#search:focus,
.container-search input#search:active {
  outline:none;
  background: #E24E5A;
  border: 0;
  color: #ffffff;
  font-weight: 400;
}
.container-search:hover .icon,
.container-search input#search:focus + .icon,
.container-search:active .icon {
  color: #ffffff;
}
.container-search a:hover .icon {
  color: #707070;
}
.titulo-sidebar {
  width: 100%;
  padding-bottom: 12px;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #000000;
  font-weight: 100;
  text-transform: uppercase;
  text-align: left;
}
.titulo-sidebar.con-sub {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 10px;
}
.categorias a {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #666666;
  font-weight: 100;
}
.categorias a.active {
  color: #DE303E;
  font-weight: 600;
}
.ultimo-titulo {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  font-weight: 900;
  line-height: 17px;
}
.ultimo-excerpt {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  font-weight: 100;
  line-height: 15px;
}
.ultimos-posts.first {
  border: 0;
}
.ultimos-posts {
  border-top: 2px solid #F2F2F2;
}
/*Detalle Blog*/
.titulo-blog {
  padding: 20px 0 26px;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 31px;
  font-size: 1.9375rem;
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
}
.blog-content {
  padding-bottom: 24px;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #848484;
  font-weight: 300;
  text-align: left;
}
.img-blog {
  width: 100%;
  margin-bottom: 30px;
}
.blog-date,
.compartir {
  padding-right: 28px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #575757;
  font-weight: 300;
}
.compartir {
  padding-right: 0;
}
.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding-right: 23px;
  padding-left: 23px;
  border: 1px solid #848484;
  border-radius: 16px;
  margin-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #848484;
  font-weight: 300;
}
.share-red {
  margin-left: 16px;
}
/*Caso Exito Interna*/
.frame-left,
.frame-right {
  position: relative;
}
.frame-left img {
  position: absolute;
  left: 0;
  bottom: -26%;
}
.frame-right img {
  position: relative;
  top: -8%;
  right: 0;
}
.contenedor-industria,
.contenedor-reto {
  position: relative;
  width: 100%;
  margin-top: 70px;
}
.contenedor-necesidad {
  position: relative;
  width: 100%;
}
.contenedor-industria img,
.contenedor-necesidad img {
  width: 100%;
}
.contenedor-industria .nombre-industria{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29%;
  padding-left: 35px;
  padding-bottom: 20px;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 200;
  line-height: 32px;
}
.contenedor-industria .btn-primary {
  position: absolute;
  right: 35px;
  bottom: 20px;
  max-width: 249px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 13px;
  font-size: 0.8125vw;
  text-align: center;
}
.contenedor-reto .contenedor-info,
.contenedor-necesidad .contenedor-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 9%;
}
.contenedor-necesidad .titulo-necesidad {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 135%;
  color: #000000;
  font-weight: 200;
  line-height: 32px;
}
.contenedor-reto .titulo-reto {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 135%;
  color: #ffffff;
  font-weight: 200;
  line-height: 32px;
}
.contenedor-reto p {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 70%;
  color: #ffffff;
  font-weight: 200;
}
.contenedor-necesidad p {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 90%;
  color: #000000;
  font-weight: 200;
}
.contenedor-reto {
  height: 65%;
  background-image: url('../img/bg-reto.jpg');
  background-size: cover;
}
.contenedor-necesidad {
  height: 30%;
  background-image: url('../img/bg-necesidades.png');
  background-size: cover;
  margin-top: 5%;
}
.pleca-resultado {
  position: relative;
  background-image: url('../img/bg-resultado.jpg');
  background-size: cover;
}
.pleca-resultado .titulo-resultado {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 11%;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 135%;
  color: #ffffff;
  font-weight: 200;
  line-height: 32px;
  text-transform: uppercase;
}
p.resultado {
  padding-left: 7.5% !important;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-size: 100%;
  color: #000000;
  font-weight: 300;
}
p.resultado span {
  font-weight: 600;
}
/*Nuestro ADN*/
p.titulo-somos {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 135%;
  color: #000000;
  font-weight: 200;
  line-height: 30px;
  text-transform: uppercase;
}
p.texto-somos {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-size: 1vw;
  color: #000000;
  font-weight: 200;
}
.somosodelaroquette {
  padding-top: 30px;
}
.mantente.soluciones.crecimiento .pleca h4 {
  margin-top: 14px;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  font-weight: 200;
  text-transform: uppercase;
}
.mantente.soluciones.crecimiento .pleca p {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.8rem;
  color: #212B36;
  font-weight: 200;
}
.historia {
  background-image: url('../img/bg-historia.jpg');
  background-size: cover;
}
.historia h2 {
  padding-bottom: 38px;
}
.anio {
  margin-bottom: 13px;
  font-family: 'Roboto', Lato, Helvetica, sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  color: #575454;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
}
.red .anio {
  color: #DE303E;
}
.descripcion-historica {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.8rem;
  color: #212B36;
  font-weight: 200;
  text-align: center;
}
.descripcion-historica.negative {
  background-color: #575454;
  padding: 15px;
  font-size: 0.71rem;
  color: #ffffff;
}
.red .descripcion-historica.negative {
  background-color: #DE303E;
}
section.estamos-conformados .swiper-container {
  opacity: 0;
  padding: 68px 0;
  transition: all 0.7s linear;
}
section.estamos-conformados .swiper-container.active {
  opacity: 1;
  transition: all 0.7s linear;
}
.swiper-slide {
  padding: 0 11px !important;
}
.swiper-slide-prev {
  padding: 0 22px 0 0 !important;
}
.swiper-slide-active {
  padding: 0 11px !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.swiper-slide-next {
  padding: 0 0 0 22px !important;
}
.swiper-slide-active img {
  margin: 22px 0 0 !important;
}
.swiper-pagination-bullet-active {
  background-color: #637381;
}
.ganadores {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.ganadores p {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  font-weight: 200;
}
.ganadores p.nombre {
  padding-top: 10px;
  padding-bottom: 7px;
  font-size: 17px;
  font-weight: 300;
}
.conoce-mas {
  display: inline-block;
  height: 26px;
  padding-right: 5px;
  padding-left: 5px;
  border: 2px solid #707070;
  color: #484848;
  font-weight: 500;
}
.conoce-mas:hover {
  color: #484848;
}
#ahoraSomos .modal-dialog {
  width: 100vw;
  max-width: initial;
  height: 100vh;
  max-height: initial;
  margin: 0;
}
.ahora-somos {
  position: relative;
  background-image: url('../img/bg-modal.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-close-modal {
  position: absolute;
  top: 3%;
  right: 0;
  opacity: 1;
}
.btn-close-modal:hover {
  cursor: pointer !important;
}
.titulo-ahora-somos {
  margin-top: 30px;
  margin-bottom: 58px;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 37px;
  font-size: 2.3125rem;
  color: #484848;
  font-weight: 200;
  line-height: 23px;
}
.modal .texto-bienvenida {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-size: 1vw;
  color: #484848;
  font-weight: 300;
}
.modal .texto-bienvenida span {
  font-weight: 800;
}
.mantente .ver-mas {
  height: 49px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}
section.columna {
  padding-top: 25px;
  margin-bottom: 90px;
}
section.columna h4 {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
}
section.columna h5 {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
}
section.columna .eslabon {
  border-right: 1px solid #707070;
}
/*Soluciones*/
.mantente.casos.solucion .descript {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #787878;
  font-weight: 400;
}
.mantente.casos.solucion .contenedor-actualizado{
  width: initial;
}
.mantente.casos.solucion .call-question {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000000;
  font-weight: 600;
}
.mantente.casos.solucion .btn-primary {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  max-width: 211px;
}
.mantente.casos.solucion .frame-left img {
  top: -48px;
  bottom: initial;
}
.mantente.casos.solucion .frame-right img {
  top: initial;
  bottom: -100px;
}
.mantente.casos.solucion .una-solucion h4 {
  text-transform: uppercase;
}
/*Contacto*/
.mantente.casos.contacto h3 {
  width: 100%;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.mapa-contacto i.fa-map {
  font-size: 32px;
}
.mapa-contacto p,
.mapa-contacto a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #212B36;
}
#contacto label {
  padding-top: 20px;
  font-family: 'Raleway', Helvetica, sans-serif;
  color: #212B36;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
#contacto label.container-check {
  padding-top: 1px;
}
/*Industria*/
.banner-interno.industria {
  position: relative;
  background-image: url('../img/banner-construccion.png');
  background-size: cover;
}
.banner-interno.industria .info-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-interno.industria .info-banner h1 {
  margin-top: 6vw;
  font-family: 'Raleway', Helvetica, sans-serif;
  color: #ffffff;
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: 800;
}
.banner-interno.industria .info-banner p {
  margin-bottom: 2vw;
  font-family: 'Lato', Helvetica, sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 25px;
}
.banner-interno.industria .info-banner p img {
  vertical-align: bottom;
}
.banner-interno.industria .info-banner .btn-primary {
  width: 211px;
  padding-left: 20px;
  padding-right: 20px;
}
.frame-left.bottom img,
.frame-right.bottom img  {
  top: initial !important;
  bottom: -100px !important;
}
.frame-right.top img  {
  top: -150px !important;
  bottom: initial !important;
}
.frame-left.top img  {
  top: 0px !important;
  bottom: initial !important;
}
.bannr-construccion {
  background-image: url('../img/banner-bimsa.jpg');
  background-size: cover;
  padding: 40px 5% 30px;
}
.bannr-construccion p {
  margin-bottom: 25px;
  font-family: 'Poppins', 'Lato', Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.3vw;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
}
.pregunta-instruccion {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 9%;
  margin: auto;
  font-family: 'Raleway', Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.soluciones-adhoc {
  background-image: url('../img/bg-soluciones.jpg');
  background-size: cover;
  padding: 0 30px !important;
}
.soluciones-adhoc p {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 200;
  text-transform: uppercase;
}
.soluciones-adhoc p span {
  font-weight: 800;
}


















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.mobilesOnly {
  display: none;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/*Break Point Pantalla HD*/
@media only screen and (min-width: 1800px) {

}
@media only screen and (min-width: 990px) {
  section.trabajamos .industria {
    position: relative;
    max-width: 20%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1090px) {
  #header-home #menu {
    background-color: rgba(39,39,39,0.81);
  }
  .icon-scroll {
    display: none;
  }
  #carouselHome .titulo-slide {
    padding-top: 18vh;
    font-size: 3.7vw;
    line-height: 36px;
  }
  #carouselHome .subtitulo-slide {
    font-size: 2vw;
    line-height: 28px;
  }
  .contenedor-caso .pleca .btn-primary {
    font-size: 0.5rem;
  }
  .contenedor-caso .pleca .titulo {
    font-size: 2vw;
  }
  .contenedor-caso .pleca .reto {
    font-size: 1.6vw;
  }
  .contenedor-caso .pleca .texto {
    font-size: 1.4vw;
  }
  .modal .texto-bienvenida {
    font-size: 1.4vw;
  }
}
/*Break Point Bootstrap Menu*/
@media only screen and (max-width: 991px) {
  /* Style adjustments for viewports that meet the condition */
  .mobilesOnly {
    display: initial;
  }
  .desktop {
    display: none !important;
  }
  .topbar {
    padding: 0;
  }
  .topbar .separador {
    margin: 0 15px;
  }
  .topbar a {
    font-size: 0.7rem;
  }
  #navbarSupportedContent li:first-child {
    padding-top: 2vh;
  }
  #navbarSupportedContent li:last-child {
    padding-bottom: 2.3vh;
  }
  #submenuIndustrias.dropdown-menu {
    width: 100%;
    margin: 0;
  }
  #submenuIndustrias.dropdown-menu .nav-link {
    font-size: 1.2vw;
  }
  .nav-item.menuIndustrias.show #subMenu {
    padding-left: 10px;
  }
  .banner-interno.industria .info-banner h1 {
    font-size: 4vw;
  }
  .banner-interno.industria .info-banner p {
    font-size: 2vw;
  }
}
/*Break Point Ipad*/
@media only screen and (max-width: 768px) {
  #footer-menu .menu-section a {
    padding: 5px;
    text-align: center;
  }
  #footer-menu .info-contacto, #footer-menu .info-contacto a {
    text-align: center;
  }
  section.experiencia .cifra {
    font-size: 1.5rem;
  }
  #header-home #menu {
    background-color: rgba(39,39,39,0.81);
  }
  .icon-scroll {
    display: none;
  }
  #carouselHome .titulo-slide {
    padding-top: 18vh;
    font-size: 3.7vw;
    line-height: 36px;
  }
  #carouselHome .subtitulo-slide {
    font-size: 2vw;
    line-height: 18px;
  }
  .contenedor-caso .pleca {
    max-height: initial;
  }
  .contenedor-caso .pleca .btn-primary {
    opacity: 1;
    font-size: 0.5rem;
  }
  .contenedor-caso .pleca .titulo {
    font-size: 2vw;
  }
  .contenedor-caso .pleca .reto {
    font-size: 1.6vw;
  }
  .contenedor-caso .pleca .texto {
    font-size: 1.4vw;
  }
  .contenedor-caso .pleca .btn-primary {
    height: 30px;
  }
  .contenedor-reto,
  .contenedor-necesidad {
    margin-top: 0;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .contenedor-necesidad {
    height: 35%;
  }
  .contenedor-reto .contenedor-info,
  .contenedor-necesidad .contenedor-info {
    position: relative;
    margin-top: 0;
  }
  .contenedor-industria .btn-primary {
    font-size: 0.8rem;
  }
  p.texto-somos {
    padding-top: 20px;
    font-size: 1.8vw;
  }
  .modal .texto-bienvenida {
    font-size: 1.5vw;
  }
  .banner-interno.industria img.background {
    display: none;
  }
  .banner-interno.industria .info-banner {
    position: relative;
  }
}
/*Break Point Bootstrap MD*/
@media only screen and (max-width: 767px) {
  #footer-legales {
    padding: 15px 0;
  }

  #footer-legales p,
  #footer-legales p span,
  #footer-legales a {
    display: block;
  }

  #footer-legales p span.separador {
    display: none;
  }
  .contenedor-actualizado .pleca {
    position: relative;
  }
  section h2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  section.trabajamos .industria.special {
    max-width: 90%;
    padding: 0;
    margin-bottom: 20px;
  }
  section.trabajamos .industria.special p {
    font-family: 'Lato', Helvetica, sans-serif;
    color: #3E3E3E;
    font-size: 16px;
    font-size: 1rem;
  }
  header .top-bar {
    padding: 10px 0;
  }
  header .conoce-mas-bar p {
    margin: auto;
    font-size: 0.67rem;
    text-align: center;
  }
  header .top-bar .redes {
    padding-left: 0 !important;
  }
  #header-home {
    position: relative;
  }
  #carouselHome .titulo-slide {
    padding-top: 0;
    font-size: 4.7vw;
    line-height: 6vw;
  }
  #carouselHome .subtitulo-slide {
    display: none;
  }
  #carouselHome .btn-primary {
    font-size: 3vw;
  }
  .contenedor-caso .pleca .titulo {
    font-size: 4vw;
  }
  .contenedor-caso .pleca .reto {
    font-size: 3vw;
  }
  .contenedor-caso .pleca .texto {
    font-size: 3vw;
  }
  .contenedor-caso .pleca .btn-primary {
    height: 30px;
  }
  .recursos .contenedor-actualizado .pleca {
    position: absolute;
  }
  .pleca-resultado {
    min-height: 100px;
    margin-bottom: 30px;
  }
  .frame-left img {
    bottom: 0;
  }
  .contenedor-industria .nombre-industria {
    position: relative;
    margin-top: 10px;
    color: #000000;
  }
  .contenedor-industria .btn-primary {
    position: relative;
    right: 0;
    margin-top: 10px;
    font-size: 0.68rem;
    text-align: center;
  }
  p.texto-somos {
    font-size: 4.5vw;
  }
  .somosodelaroquette {
    padding-top: 0;
  }
  #submenuIndustrias.dropdown-menu .nav-link {
    font-size: 2vw;
  }
  #ahoraSomos {
    height: auto;
    overflow: auto;
  }
  #ahoraSomos .modal-dialog {
    height: auto;
  }
  .titulo-ahora-somos {
    margin-top: 90px;
    margin-bottom: 30px;
  }
  .modal .texto-bienvenida {
    padding-bottom: 20px;
    margin-top: -75px;
    font-size: 4vw;
    text-align: center;
  }
  .eslabon {
    border-left: 1px solid #707070;
    margin-bottom: 10px;
  }
  section.columna {
    padding-top: 0;
  }
  .banner-interno.industria .info-banner h1 {
    margin-top: 3vw;
  }
  .bannr-construccion p {
    font-size: 4vw;
  }
}
/*Break Point Bootstrap SM*/
@media only screen and (max-width: 575px) {
  #submenuIndustrias.dropdown-menu .nav-link {
    font-size: 3vw;
  }
  .banner-interno.industria .info-banner p {
    font-size: 4vw;
  }
  .banner-interno.industria .info-banner h1 {
    margin-top: 7vw;
    margin-bottom: 2vw;
    font-size: 7vw;
  }
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
