/**
* Template Name: CAS
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #414B57;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #414B57;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #414B57;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
.pagination {

  --bs-pagination-active-bg: #E41321;
  --bs-pagination-active-border-color: #E41321;
  --bs-pagination-disabled-color: #FDEFF0;
  --bs-pagination-disabled-bg:#8c8f93;
  --bs-pagination-disabled-border-color:#8c8f93;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Rubik", sans-serif;
  color: #414B57;
  font-weight:400;
  overflow-x:hidden;
}

select, option{color:#414B57!important;}
a {
  text-decoration: none;
  color: #E41321;
}

a:hover {
  color: #E41321;
  text-decoration: none;
  cursor:pointer;
}

h1,h2,h3,h4,h5,h6 {font-family: "Quicksand";}
h1,h2,h3{font-weight:600;}

h6{font-size:0.9rem;}
img{max-width:100%;height: auto;}
ul{margin-bottom:0;}
.boton{background:#E41321;padding:10px 45px;color:#FFF;border-radius:35px;font-family:"Quicksand";font-weight:600;font-size:1rem;}
.boton.blanco{color:#E41321;background:#FFF;}
.boton:hover{background:#ae0f1a;color:#FFF;}
.boton.fondogrisoscuro:hover{background:#282d33;color:#FFF;}
.fondogris{background:rgba(217,217,217,.44);}
.fondogrisoscuro{background:#414B57;}
.fondorojo{background:#E41321;}
.fondorojoclaro{background-color:#FDEFF0;}
.rojo{color:#E41321;}
.bold{font-weight:700}
.prebold{font-weight:600}
.bolder{font-weight:900}
.light{font-weight:300}
.borderadio{border-radius:25px;}
.borderadiochico{border-radius:10px;}
.borderojo{border:solid 2px #E41321;}
.bordenegro{border:solid 1px #3f3f3f;}
.negro{color:#414B57;}
.sombra{-webkit-box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.23);
  box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.23);}
.imagen{max-width:100%;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #E41321;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #E41321;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fbfbfb;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #E41321;
}

#topbar .contact-info i {
  color: #E41321;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #6f6f6f;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #E41321;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  padding-top:20px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #E41321;
}

#header .logo img {
  max-height: 40px;
}



.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  text-transform:uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #414B57;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #E41321;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  color: #E41321;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #E41321;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #E41321;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  border:none;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul li a.borde {
  border-bottom:solid 1px #414B57;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;

}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #E41321;
}


.dropdown-item.active, .dropdown-item:active {
  background: rgba(255, 255, 255, 0.8);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #E41321;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #E41321;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  background-repeat:no-repeat!important;
  background-size:cover!important;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
  background-size:cover;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}


@media (max-width: 992px) {
  #hero {
    height: 25vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}
section.nopad{padding: 20px 0;}

.section-bg {
  background-color: #FFF;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #E41321;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

.pre-titulo{
  padding: 10px 30px;
  display: table;
  position: relative;
  background: white;
  color:#E41321;
  border-radius: 30px;
  margin-top: -5rem;
  font-size:1.4rem;
  z-index: 1;
font-family:"Quicksand";
font-weight:600;}
  .pre-titulo h5{  font-weight:600;}
  .titulo h3{color:#E41321;  font-weight: 700;max-width:70%;}
  .texto p{width:50%;float:left;margin-right:2rem;}

  .redondear{border-radius:40px;overflow: hidden; background: #EEE;}
  .redondear h4{background:#E41321;color:#FFF;padding:20px 35px;font-weight:600;}
  .redondear p{font-size:1.3rem;font-weight:400;font-family:"Rubik";padding:20px 35px;}
  .redondear a{font-size:1.3rem;margin-left:35px;}

  .capacitacion{-webkit-box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.23);
    box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.23);
    overflow:hidden;
  }
  .capacitacion .cuerpo{min-height:40vh;}
  .grabada{min-height:45vh;}
/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.industrias-slider .swiper-slide {
  display: flex;
    flex-direction: column;
    border: solid 0.5px #3F3F3F;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    height: auto;
    align-self: stretch;
    justify-content: space-between;
}
.industrias-slider .swiper-slide h5{
  padding:1.5rem;
}

.industrias-slider .imagen{min-height:200px;    background-size: cover !important;}
.industrias-slider .imagen a{background:#FFF;padding:10px 40px;color:#E41321;border-radius:25px;font-size:1.2rem;}

/*--------------------------------------------------------------
# Productos
--------------------------------------------------------------*/

.producto{
  position:relative;
  border:solid 1px #3F3F3E;
  border-radius:10px;
  overflow:hidden;
}
.select-determincacion{}
.logomarca{
  background:#FFF;
  border-bottom-left-radius:10px;
  display:block;
  z-index:10;
  padding:10px;
  max-width:33%;
  position:absolute;
top:0;right:0;
border-bottom-style:solid;
border-left-style:solid;
border-bottom-width:1px;
border-left-width:1px;
border-bottom-color:#3F3F3E;
border-left-color:#3F3F3E;}
.logomarca img{width:100%;}
.producto img{max-width:100%;}

.carrusel-producto .swiper-slide{max-width:15.5%;}
.carrusel-producto img{max-width:100%;}
.destacada-producto img{max-width:100%;}

.video-producto iframe{width:100%;}
.datos-producto img{max-width:50%;height:auto;}
.datos-producto{line-height:2;padding-right:5%;}
.descargar-brochure{font-size:1.3rem;}
.descargar-brochure i{font-size:2.5rem;margin-right:1rem;}
.cuadro img{width:100%;}

.buscador .titular{border-top-left-radius:25px;border-top-right-radius:25px;}
.item-buscador{cursor:pointer;}
.bordebefore:before{
  content:'';
  border-top:solid 2px #E41321;
  width:23px;
  display:flex;
  margin-left:-23px;
  position: relative;
  top: 50%;}
.item-buscador .icono img{max-height:25px;width:auto;}
.item-buscador.nav-link{color:#414B57;border-radius:25px;}
.item-buscador.nav-link.active, .item-buscador.show>.nav-link {
  color: #414B57;
  background-color: rgba(228,19,33,.04);
}
.pad5porciento{padding:0 5%;}
.flechas .linea{display:none;}
.flechas .activo .linea{display:block;height:50px;width:2px;margin:auto;background-color:#E41321;}
.submenues .contenido{background-color:rgba(228,19,33,.04);}
.submenues li{padding:.4rem .2rem .4rem;font-size:0.9rem;    word-break: break-word;
  white-space: normal;}
.submenues ul{
  display: grid;
  grid-template-columns: auto auto auto;
  height: auto;
  overflow:hidden;
}

.nota-lista{border-bottom:solid 1px #E41321;}
table{    border: none;}
.ensayo{border-radius:25px;overflow:hidden;border:solid 1px #666;}
.ensayo li{list-style:none;margin-bottom:1rem;}
.ensayo li:before {
  content: '✓'; 
  color:#E41321;
  margin-right:10px;
 }

 .nota-listado{
  position:relative;
  border:solid 1px #CCC;
  overflow:hidden;
  border-radius:25px;
  min-height: 310px;
  height:100%;
}
.nota-listado img{
  width:100%;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #FFF;
  color: #414B57;
  font-size: 14px;
  text-align: center;
  padding: 40px 0;
  border-top:solid 1px #414B57;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Quicksand", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {

  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 20px 0;
}


#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}
.hidedesktop{display:none;}
.swiper-control-next, .swiper-control-next2{position: absolute;z-index: 100;top: 50%;right: -3%;}
.swiper-control-prev, .swiper-control-prev2{position: absolute;z-index: 100;top: 50%;left: -3%;}
  .industrias-slider, .capacitaciones-slider{overflow: visible;}
.swiper-control-next-icon,.swiper-control-prev-icon{background:white;text-align:center;
    padding:5px 8px;border-radius:50%;font-size:30px;color:#414B57;-webkit-box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.23);
    box-shadow: 2px 5px 4px 0px rgba(0,0,0,0.23);}

@media screen and (max-width:1700px) and (min-width:1300px)
    {
      .h3, h3 {
        font-size: 1.5rem;
    }
      .h2, h2 {
        font-size: 1.7rem;
    }
    .h4, h4 {
      font-size: 1.2rem;
  }
  .h5, h5 {
    font-size: 1rem;
}
h6 {
  font-size: 0.8rem;
}
.fs-5 {
  font-size: 1rem !important;
}
.redondear p {
  font-size: 1.2rem;
}
.redondear a {
  font-size: 1rem;
}
.fs-4 {
  font-size: 1.2rem !important;
}
}
    
@media screen and (max-width:1000px)
{
  .swiper-slide h5 {
    font-size: 1rem;
}
  .titulo br {
    display: none;
  }
  .titulo h3 {
    max-width: 100%;
}
  .cabecera-productos{flex-direction:column!important;}
  .boton{        text-wrap: nowrap;padding:10px 20px!important;}
  h3{font-size:1.2rem;}
  .form-buscador{border-radius:0;}
  .item-buscador{flex-direction: column;text-align: center;margin-bottom:10px;padding:5px;}
  .item-buscador .icono img {height:50px;margin:15px;max-height:50px;}
  .submenues ul {height: auto;}
  .logomobile{max-width:50%;}
  .tituloproducto{font-size:1.5rem;}
  .datos-producto p{font-size:14px;margin-top:20px;}
  .datos-producto .boton{padding:8px 15px ;font-size:0.8rem!important;}
  .descargar-brochure {font-size: 1rem;}
  .logofooter{max-width:70%;}
  .nota-interna .mx-5{margin:0!important;}
  .nota-interna table{display: flex;}
.nota-interna td{
  display: table-row;
}
 .nota-interna td img{margin-bottom:20px;}
  .selector-filtros{font-size:13px;max-width:100%;min-width:100%;padding:5px;text-wrap:wrap;border-radius:5px;border-color:#E41321;margin:10px 0;}
  .bordebefore:before {display:none;}
  .fixed-top{position:absolute!important;}
  body,html{max-width:100%;overflow-x:hidden;}
  .pre-titulo {margin-top: -3rem;}
  .redondear {border-radius: 20px;border-top-right-radius:0;border-bottom-left-radius:0;}
  .redondear a{font-size:1.1rem;}
  .boton {padding: 10px 35px;border-radius: 25px;font-size:1rem!important;}
  .redondear .boton{background:#414B57;}
  .destacados{padding:10px;}
  .padear{padding:1rem 0 2rem!important;}
  .nopadear{padding:0!important;}
  .padearmenos{padding:1.5rem!important;}
   .section-title {text-align:left;        padding: 0;}
   .p-5 {
    padding: 1.5rem !important;
}
  .redondear h4{padding: 20px 25px;font-size:1.2rem;margin:0;}
  .industrias-slider .imagen a {padding: 8px 25px;border-radius: 20px;font-size: 1rem;font-weight:500;}
  .industrias-slider .swiper-slide h5 { padding: 1rem;}
  .hidedesktop{display:block;}
  .hidemobile{display:none!important;}
  section{padding:25px 10px;}
  .texto{  display: flex !important;
    flex-direction: column;}
  .texto p{width:100%;   
   }
}
@media screen and (min-width:1700px)
{

.capacitacion .cuerpo{min-height:35vh;}
.grabada{min-height:35vh;}
}

#medicion{outline-color:#E41321;}

select{    appearance: none;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>') no-repeat 95% 50%;
    outline-color: #E41321;
}

