/*********************************************/
/*****                                   *****/
/*****  Documento CSS                    *****/
/*****                                   *****/
/*****  Fecha: 08/12/2017                *****/
/*****  Actualizacion: 06/06/2024        *****/
/*****  Autor: Dulayne Rosales           *****/
/*****                                   *****/
/*********************************************/

@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap";
@import "https://fonts.googleapis.com/css?family=Anton";

/*********************************************/
:root {
    --basic: #252525;
    --blue: #1D2E59;
    --secondary-blue: #0000E2;
    --soft-blue: #8FA3E9;
    --green: #54a451;
    --gray: #D6D6D6;
    --white: #FFFFFF;
}

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

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--basic);
}

.up {
    display: none;
    background-repeat: no-repeat;
    font-size:2.0rem;
    color: var(--blue);
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 6; 
    text-shadow: var(--white) 0 -2px;
}

.lat_dis {
  color: #1D2E59; 
  font-size: 20px;
  font-family: 'Anton', sans-serif;
}

#Aviso .modal-body .content-aviso img {
  max-width: 100%;
  height: auto;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 180px !important;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    font-size: 11px;
}

.bootstrap-select .dropdown-menu li a span.text {
  font-size: 11px;
  color: #000;
}

.dropdown-header {
  color: #fff !important;
  background-color: #0d6efd !important;
}

#carrito .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

#service .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

#carritov .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.select-r {
  width: 850px;
  font-size: 13px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.active>.page-link, .page-link.active {
  z-index: 0!important;
}

.list-group-item.active {
  z-index: 0 !important;
}

.btn-green {
  background-color:var(--green)!important;
  color: var(--white) !important;
  font-weight: bold;
}


.btn-pedido {
  font-size: 13px;
  color: #fff;
  background-color: #39B3E9;
  text-transform: none;
}

.btn-pedido:hover {
  color: #fff;
  background-color: #39B3E9;
}

.btn-pedido:active {
    color: #fff;
    background-color: #39B3E9;
}

.btn-pedido:focus {
    color: #fff;
    background-color: #39B3E9;
}

.btn-pedido-menos {
    font-size: 13px;
    color: #fff;
    background-color: #d43f3a;
    text-transform: none;
}

.btn-pedido-menos:hover{
  color: #fff;
  background-color: #d43f3a;
}

.btn-pedido-menos:active {
    color: #fff;
}

.btn-pedido-menos:focus {
    color: #fff;
}

.btn-success-p {
  font-size: 13px;
  color: #fff;
  background-color: #5cb85c;
  text-transform: none;
}

.btn-success-p:hover {
  color: #fff;
  background-color: #5cb85c;
}

.btn-success-p:active {
  color: #fff;
}

.btn-success-p:focus {
  color: #fff;
}

/*********************************************/
/*****       Etiquetas Generales         *****/
/*********************************************/

.navbar-brand { 
	padding: 0px;
}


.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #1D2E59;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #39B3E9;
}

.formb {
  padding-bottom: 20px;
}

.description-content img{
  max-width: 100%;
  height: auto;
}

.img-mostrar {
  padding: 5px;
  text-align: center;
}

.img-producto {
  height: 180px;
  max-width: 100%;
}

.img-producto-2 {
  height: 150px;
  max-width: 100%;
}

.img-producto-3 {
  height: 50px;
  max-width: 100%;
}

.img-producto-4 {
  height: 200px;
  max-width: 100%;
}

.img-producto-5 {
  height: 350px;
  max-width: 100%;
}

.img-landing {
  width: 200px;
}

.img-grande {
  font-size: 9.8em;
  text-align: center;
  color: #EBEBEB;
}

.img-mediana{
  font-size: 5.8em;
  text-align: center;
}

.img-pequena{
  font-size: 2.8em;
  text-align: center;
  color: var(--soft-blue);
}

.img-fluid {
  display: inline;
}

.img2 {
  display: none;
}


.detalle {
  border-top: dotted 1px #EAEAEA;
  padding: 5px;
}

.mas-detalle {
  background-color: #f8f8f8;
  padding: 10px;
  font-size: 13px;
}

.nota {
  color:#337ab7;
  font-size: 13px;
}

.title {
  color: #1D2E59;
  font-weight: 800;
  text-transform: uppercase;
}


.subtitle {
  color: #337ab7;
  font-weight: 500;
}


.fuente_peq {
  font-size: .9em;
}

.star {
  font-size: 20px;
}

.espacio {
  padding: .5em;
}

#service .service-icon img {
  border: 3px solid #666;
  border-radius: 50%;
  max-width: 100px;
}

.service-item h3 {
  font-size: 1.4rem;
}

.levels .progresses{
  display: flex;
  align-items: center;
}

.levels .line{
  position: relative;
  width: 178px;
  height: 6px;
  bottom: 10px;
}


.levels .steps{
  display: flex;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.levels .alert-secondary {
  background-color: rgba(224, 219, 219, 0.3);
}
 

.bootstrap-filestyle .buttonText{
  text-transform: none;
}

.bootstrap-filestyle .btn-default:hover{
  background-color: transparent;
}

.invalid {
  border: 1px solid #d9534f !important;
}
 
.escondido {
  border: none;
  background-color: transparent;
  text-align: right;
}

.sec-title {
  margin: 35px 0px;
}

.sec-title.white {
  color: #fff;
}


.sec-title.white h2 {
  color: #fff;
}


/*********************************************/
/*****              Header              ******/
/*********************************************/

.fixed-top {
  position: absolute !important;
  /*z-index: 0 !important;*/
}

#navigation {
  background-color: rgba(250,250,250,0.9);
  padding-bottom: 5px;

}

#navigation .i {
  font-size: 20px;
}

#navigation.animated-header {
  /*padding-bottom: 20px;*/
  z-index: 1;
}

h1.navbar-brand {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
  color: #1D2E59;
  font-size: 15px;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li >a:focus {
  color: #1B5A81;
}

header .btn-superior {
  text-transform: capitalize;
}

/*********************************************/
/*****              Banner              ******/
/*********************************************/
.sl-slider-wrapper {
  width: 100%;
  /*height: 90vh;*/
  overflow: hidden;
  position: relative; 
}

.sl-slider-wrapper .overlay{   
  position: absolute;   
  transition: 0.5s ease;   
  width: 100%;
  /*height: 900px;*/
  top: 0;    
  background-color: #000;   
  opacity: 0.3;  
}   

.sl-slider-wrapper .btn {
  background-color: transparent;
  text-transform: none;
  color: #FFFFFF;
  font-weight: bold;
  border: 2px solid #FFF;
}

.sl-slider-wrapper .btn:hover { 
  background-color: #54a451;
  border: none;
}


.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.bg-img-home {
  background-image: url(../img/bg_home.png);
}

.text-banner {
  text-align: center;
  padding-top: 250px;
}

.text-banner h1 {
  color: #FFF;
  font-size: 4rem;
  text-shadow: 3px 2px #000;
}

.text-banner h3 {
  font-size: 1.2rem;
  padding-top: 35px;
  color: #FFF;
  line-height: 25px;
  text-shadow: 2px 1px #000;
}

/*********************************************/
/*****              HOME                ******/
/*********************************************/

.s01 {
  padding: 50px 0;
}

.s01 h2 {
  font-size: 3rem;
  font-weight: bold;
}

.box  {
  transition: box-shadow .3s;
  background: #fff;
}

.box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  padding: 50px;
}


.s02 {
  padding: 50px 0;
  background-color: #54a451;
  color: #FFFFFF;
}

.s02 h2, .s07 h2{
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.s02 .btn-light:hover {
  background-color: #1D2E59;
  border: none;
  color: #FFFFFF;
}

.s03 {
  padding: 50px 0;
}

.s03 h2 {
  font-size: 1.5rem;
  min-height: 80px;
}

.s03 h3 {
  font-size: 2.5rem;
}

.s03 #products p {
  font-size: 13px;
  min-height: 80px;
}

/* :root {
  --blue: #1D2E59;
  --purple: #5D608B;
  --green: #1D2E59;
}


#products .pr-1, #products .pr-3, #products .pr-5,  #products .pr-7{
  background-color: var(--blue);
}


#products .pr-2, #products .pr-4, #products .pr-6,  #products .pr-8 {
  background-color: var(--purple);
} */


.s04 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_sch.png);
  height: 400px;
  color: #FFF;
  padding: 50px 0;
}

.s04 .overlay{   
  position: absolute;   
  transition: 0.5s ease;   
  width: 100%;
  height: 400px;
  top: 0;    
  background-color: #000;   
  opacity: 0.5;  
}   

.s04 h2 {
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.s04 h3 {
  color: white;
}

.s05 {
  background-color: #FAFBFC;
  padding: 80px 0 80px 0;
}

.s05 h6, .s06 h6{
  color: #54a451;
}

.s05 h3, .s06 h3{
  color: #1D2E59;
  font-size: 1.5rem;
}

.s06 {
  background-color: #FFFFFF;
  padding: 80px 0 80px 0;
}

.s07 {
  padding: 50px 0;
  background-color: #1D2E59;
  color: #FFFFFF;
}

.form-contact .form-control{
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #FFF;
  color:#FFF;
}

/*********************************************/
/*****       Landing   HTML        ***********/
/*********************************************/

#home-slider-landing {
  position: relative;
  padding: 0;
  background-color: #1D2E59;
}

.sl-slider-wrapper-landing {
  width: 100%;
  overflow: hidden;
}

.sl-slider-wrapper-landing p{
  color: #FFFFFF;
}

.sl-slider-wrapper-landing h1 {
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: bold;
}


.sl-slider-wrapper-landing .btn-green {
  color: white;
  background-color: #4CAF50;
  text-transform: uppercase;
  width: 50%;
}

.sl-slider-wrapper-landing  .is-vertical-center {
  display: flex;
  align-items: center;
}

.sl-slider-wrapper-landing  .lateral-bg {
  background: var(--blue) url("../img/expo2.png") center center / cover no-repeat;
} 

.sl-slider-wrapper-landing h2 {
  color: #3CC1EF;
  font-size: 3.5rem;
  font-weight: bold;
}

.sl-slider-wrapper-landing h3 {
  color: #3CC1EF;
}

.landing-blanco {
  padding: 15px 0;
}
  

.landing-blanco h2{
  color: #000;
  font-weight: bold;
  font-size: 2.6rem;
}

.landing-blanco h3{
  color: #252525;
  font-weight: bold;
}

.landing-blanco p{
 color: #54595f;
 text-align: justify;
}

.landing-blanco ul {
  list-style: none;
}

.landing-blanco .ref {
  color:  #1D2E59;
}

.landing-blanco .btn-blue {
  background-color:  #1D2E59;
  color: #FFFFFF;
}

.list-0 ul li {
  margin-bottom: 10px;
}

.list-0 ul li::before {
  margin: 10px;
  content: "\f0da";
  font: var(--fa-font-solid);
}

.landing-verde {
  background-color: #54a451;
  color: white;
  padding: 15px 0;
}

.landing-verde h2, .landing-azul h2 {
  color: white;
  font-size: 1.8rem;
}

.landing-azul {
  background-color: #1D2E59;
  padding: 15px 0;
}


.landing-azul h1, .landing-azul h2, .landing-azul h3, .landing-azul p, .landing-azul ul {
  color: white;
}

.landing-azul .accordion-button,  .landing-azul .accordion-body{
  background: #1D2E59 !important;
  color: #FFFFFF !important;
}

.landing-azul .accordion-button:is(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><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-.708z'/></svg>") !important;    
}

.landing-azul .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><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-.708z'/></svg>") !important;    
}

 .landing-azul .question-t {
  /*width   : 200px;
  height  : 50px;  */
  position: relative;
  z-index : 1;
  font-weight: bold;
  color: white;
}

.landing-azul .question-t:before {
  content : "";
  position: absolute;
  top     : 40px;
  left    : 0;
  bottom  : 0;
  width   : 5%;  /* or 100px */
  border-bottom:3px solid #54a451;
}

.landing-azul .question p {
  color: #dbd9d9;
  font-size: 18px;
  font-weight: 300;
  line-height: 2em;
}

.products_container .products_container--list h2{
  font-size: 1.9rem;
}

.products_container .products_container--list p{
  font-size: 1.3rem;
}

.products_container .products_container--list img{
  height: 180px;
  max-width: 100%;
}

.products_container .products_container--list .pr-1, .products_container .products_container--list .pr-3, .products_container .products_container--list .pr-5,  .products_container .products_container--list .pr-7{
  background-color: var(--blue);
}


.products_container .products_container--list .pr-2, .products_container .products_container--list .pr-4, .products_container .products_container--list .pr-6,  .products_container .products_container--list .pr-8 {
  background-color: var(--soft-blue);
}

.products_container .products_container--list .btn {
  color: var(--white);
  font-size: 1.4rem;
  background-color: var(--green);
  text-transform: uppercase;
}

/*********************************************/
/*****       Lateral PRODUCTOS     ***********/
/*********************************************/

#lateral .btn-group-sm>.btn {
  font-size: 12px;
  color: #1D2E59;;
  margin-bottom: 13px;
  text-transform: capitalize;
  background-color: #EEE;
}

#lateral .bs-actionsbox {
  padding: 0px;
}

#lateral .bs-actionsbox .btn-group button{
    width: 100% !important;
}

#lateral .bs-actionsbox .btn-group {
  top: 10px;
}

#lateral .border-success {
  border-bottom: solid 1px #54a451 !important;
}

.listas {
  font-size: 11px;
  padding-bottom: 5px;
  max-height: 200px;
  overflow: auto;
}

.listas-min {
  max-height: 100px;
}

.text-sup {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}

.limpiar {
  color: #5E608C;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  font-style: italic;
}


.limpiar2 {
  color: #5E608C;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}

/*********************************************/
/*****       Internas       ******************/
/*********************************************/

#home-slider-in {
  position: relative;
  padding: 0;
  z-index:0 !important;
}

.sl-slider-wrapper-in {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}


.bg-img-in {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.bg-img-ab {
  background-image: url(../img/slider/nosotros.jpg);
}

.bg-img-ser {
  background-image: url(../img/slider/servicio.jpg);
  padding-top: 150px;
}

.bg-img-pro {
  background-image: url(../img/slider/banner.jpg);
}

.bg-img-proy {
  background-image: url(../img/slider/proyecto.jpg);
}

.bg-img-cur {
  background-image: url(../img/slider/curso.jpg);
}

.bg-img-pro {
  background-image: url(../img/slider/productos.jpg);
}

.bg-img-cont {
  background-image: url(../img/slider/contacto.jpg);
}

.bg-img-cuenta {
  background-image: url(../img/slider/cuenta.jpg);
}

.contact-details h3 {
  border-bottom: 1px solid #1D2E59;
  font-weight: 700;
  color: var(--basic);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.contact-details p {
  line-height: 30px;
  
}

.contact-details p i {
  margin-right: 10px;
}

#proyectos h6 a, #proyectos h6{
  color: #1D2E59;
  font-weight: bold;
  height: 55px;
}

#proyectos p{
  height: 55px;
}

/*********************************************/
/*****       Productos      ******************/
/*********************************************/

.price-table-in {
  border: 1px solid #e3e3e3;
}

.price-table-in.featured {
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
     -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
          box-shadow: 0 4px 5px rgba(0,0,0,0.19);
}

.price-table-in > span {
  color: #252525;
  display: block;
  font-size: 16px;
  padding: 18px 0;
  height: 80px;
}

.price-table-in .value {
  background-color: #f8f8f8;
  color: #727272;
  padding: 0 0 10px 0;

  -webkit-transition: all 0.7s ease 0s;
     -moz-transition: all 0.7s ease 0s;
      -ms-transition: all 0.7s ease 0s;
       -o-transition: all 0.7s ease 0s;
          transition: all 0.7s ease 0s;
}

.price-table-in.featured .value {
  background-color: #1D2E59; /*#009EE3*/
  color: #fff;
}


.price-table-in .value span {
  display: inline-block;
}

.price-table-in .value span:first-child {
  font-size: 22px;
  line-height: 22px;
}

.price-table-in .value span:nth-child(2) {
  /*font-size: 45px;*/
  line-height: 45px;
  /*margin-bottom: 25px;*/
}

.price-table-in .value span:last-child {
  font-size: 14px;
}

.price-table-in ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.price-table-in ul li {
  border-top: 1px solid #e3e3e3;
  display: block;
  padding: 5px 0;

  -webkit-transition: all 0.7s ease 0s;
     -moz-transition: all 0.7s ease 0s;
      -ms-transition: all 0.7s ease 0s;
       -o-transition: all 0.7s ease 0s;
          transition: all 0.7s ease 0s;
}

.price-table-in ul li a {
  display: block;
  text-transform: uppercase;
  color:  #337ab7;
}

.price-table ul li a {
  color:  #337ab7;
}

.price-table-in ul li:last-child {
  color: #1D2E59;
}

.comp-redes{
  overflow: hidden; 
  border-top: 1px solid #e3e3e3;
  padding: 5px 0;
  margin-top: 8px;
}


.price-table-in .cuno {
  display: block;
  font-size: 13px;
  float: left;
  color:  #CCCCCC;
  margin-left: 10px;
}

.price-table-in .cdos {
  color:  #337ab7;
  font-size: 26px;
  float: right;
  margin-right: 10px;
}


.price-table-in .icono {
  color:  #337ab7;
  font-size: 24px;
}

.mas-detalle .cuno {
  display: block;
  float: left;
  font-size: 13px;
  color:  #CCCCCC;
  margin-left: 10px;
}

.mas-detalle .cdos {
  color:  #337ab7;
  font-size: 30px;
  margin-left: 10px;
}



.price-table-in .titulo {
  font-size: 12px;
  font-weight: bold;
  padding: 1px 5px;
  height: 50px;
}

.price-table-in .marca {
  font-size: 13px;
}


.datachip {
  cursor: pointer;
  color: #337ab7;
}

.form-buscador .form-control {
  border-radius: 80px;
  border-color: #1D2E59;
}

.table-small-font {
  font-size: 1.3rem !important;
}

.form-lista {
  border: 1px solid #ececec;
  border-radius: 0;
  box-shadow: none;
  width: 40%;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
}
/*******************************/
/*****     Botones         *****/
/*******************************/

.btn {
  font-size: 1.3rem;
}

.btn-blue {
    background-color: #1D2E59;
    color: #fff;
    border: none;
}

.bg-blue {
    background-color:#1D2E59 !important;
    color: #FFFFFF !important;
}

.bg-green {
  background-color:#5cb85c !important;
  color: #FFFFFF !important;
}

.bg-green {
    background-color:var(--green)!important;
    color: var(--white) !important;
}

.btn-blue:hover, .btn-blue:active {
    color: var(--white);
    background-color: var(--green);
    border: none;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
}

.container-register--form .input-group .btn,  .container-rif--form .input-group .btn{ 
    padding: 12px;
    border: 1px solid var(--gray);
    border-top-right-radius: 3px 4px;
    border-bottom-right-radius: 6px 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#carrito .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

#lateral .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 180px !important;
}

#lateral .bootstrap-select .dropdown-menu li a {
    padding: 0.8rem;  
}

#lateral .link-blue {
    font-size: 1.8rem;
    color: var(--blue);
}
 

.dropdown-header {
    color: var(--white);
    background-color: var(--blue) !important;
    font-size: 1.3rem;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em !important;
}
  

.accordion-button:not(.collapsed) {
    color: var(--blue)!important;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--gray)!important;
}

.accordion-button {
    color: var(--blue)!important;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: var(--gray)!important;
}
  
.select-r {
    width: 850px;
    font-size: 1.1rem;
}

.nota {
    color:var(--blue);
    font-size: 1.3rem;
}

.alertt {
    border-radius: 50%;
    padding: 1px 5px;
 
    line-height:1.5em;
    text-align:center;
 
    background-color: #990000;
    color:#fff;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
    
}

.bcart{
    background-color: #fff;
    border: 1px solid #E9E9E9;
    font-size: 1.2rem;
    padding: 20px;
    position: absolute;
    right: 6%;
    width: 280px;
    z-index: 9999;
    max-height: 570px;
    overflow-x: hidden;
    overflow-y: auto;
  }

html {
    font-size: 72.5%;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #818181;
    font-size: 1.4rem;
}

header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-width: 320px;
    background-color: rgba(250,250,250,0.9);
    padding: 0 !important;
}

header img {
    width: 170px;
    /*height: 60px;*/
}

header .navbar-nav > li > a {
    color: var(--blue);
    font-size: 1.3rem;
    text-transform: uppercase;
}

.banner {
    background-image: url("../img/bg_home320.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 320px;
}

.banner_title--container {
    min-width: 288px;
    text-align: center;
}

.banner_title--container h1 {
    font-size: 2.4rem;
    color:var(--white);
    text-shadow: 3px 2px #000;
    padding-top: 30px;
}

.banner_title--container p {
    font-size: 1.4rem;
    color:var(--white);
    line-height: 1.8rem;
    text-shadow: 2px 1px #000;
}

.banner_title--container .btn {
    background-color: transparent;
    text-transform: none;
    color: var(--white);
    font-weight: bold;
    border: 2px solid var(--white);
    margin-right: 5px;
    font-size: 1.2rem;
}

.banner_title--container .btn:hover {
    background-color: var(--green);
    border: none;
}

  
main {
    width: 100%;
    height: auto;
    background-color: var(--white);
}

/*********************************************/
/*****              HOME                ******/
/*********************************************/

.dealers_container h2 {
    font-size: 3rem;
}

.dealers_container img {
    height: 30px;
    max-width: 100%;
}

.dealers_container--img a:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    padding: 30px;
}

.register_container {
    background-color: var(--green);
    color: var(--white);
}

.register_container h2{
    color: var(--white);
}

.products_container h3 {
    font-size: 2.2rem;
    color: var(--basic)
}

.products_container .btn {
    background-color: var(--green);
    font-size: 1.8rem;
    color: var(--white);
    border: none;
}

.products_container .products_container--list h2{
    font-size: 1.9rem;
}

.products_container .products_container--list p{
    font-size: 1.3rem;
}

.products_container .products_container--list img{
    height: 180px;
    max-width: 100%;
}

.products_container .products_container--list .pr-1, .products_container .products_container--list .pr-3, .products_container .products_container--list .pr-5,  .products_container .products_container--list .pr-7{
    background-color: var(--blue);
}
  
  
.products_container .products_container--list .pr-2, .products_container .products_container--list .pr-4, .products_container .products_container--list .pr-6,  .products_container .products_container--list .pr-8 {
    background-color: var(--soft-blue);
}

.products_container .products_container--list .btn {
    color: var(--white);
    font-size: 1.5rem;
    background-color: var(--green);
}

.schneider_container {
    background-image: url(../img/franja1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    height: 300px;
}

.schneider_container h2, h3 {
    color: var(--white);
}

.schneider_container .overlay{   
    position: absolute;   
    transition: 0.5s ease;   
    width: 100%;
    top: 0;    
    background-color: #000;   
    opacity: 0.5;
    height: 100%;  
} 

.schneider_container .btn {
    color: var(--white);
    font-size: 1.5rem;
    background-color: var(--green);
}

.info_container {
    background-color: var(--white);
    padding: 30px 0 30px 0;
}

.info_container h6{
    color: var(--green);
    font-size: 1.4rem;
}

.info_container h3{
    color: var(--blue);
}

.info_container .btn {
    color: var(--white);
    font-size: 1.5rem;
    background-color: var(--green);
}

.contact_container {
    padding: 50px 0;
    background-color: var(--blue);
    color: var(--white);
}

.contact_container h2 {
    color: var(--white);
}

/*********************************************/
/*****       Internas       ******************/
/*********************************************/

.banner-internal--bg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 180px;
}

.bg--img  {
    background-image: url(../img/slider/nosotros.jpg);
}

.bg--img-1 {
    background-image: url(../img/slider/servicio.jpg);
}

.bg--img-2{
    background-image: url(../img/slider/proyecto.jpg);
}

.bg--img-3 {
    background-image: url(../img/slider/curso.jpg);
}

.bg--img-4 {
    background-image: url(../img/slider/productos.jpg);
}
  
.bg--img-5 {
    background-image: url(../img/slider/contacto.jpg);
}
  
.bg--img-6 {
    background-image: url(../img/slider/cuenta.jpg);
}

.container-card--projects h5>a {
    color: var(--blue);
    text-decoration: none;
}

.container-card--projects .btn{
    background-color: var(--blue);
    color: var(--white); 
}

.container-card--projects img{
    height: 200px;
    max-width: 100%;
}

.container-card--general {
    border: 1px solid var(--gray);
}

.container-card--general > span {
    color: var(--basic);
    display: block;
    font-size: 16px;
    padding: 18px 0;
    min-height: 50px;
}

.container-card--general .value {
    background-color: var(--gray);
    color: #666666;
    font-weight: bold;
    padding: 8px 0;
}

.container-card--general ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
  
.container-card--general ul li {
    border-top: 1px solid var(--gray);
    display: block;
    padding: 5px 0;
}

.container-card--general ul li a {
    display: block;
    text-transform: uppercase;
    color:var(--blue);
}

.container-card--course .title {
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
}
  
.container-card--course .subtitle {
    color: var(--soft-blue);
    font-weight: 500;
}

.container-card--infolat h2 {
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.form-search--elements .form-control{
    border-radius: 80px;
    border-color: var(--blue);
    height: 40px;
}

.search-filter--elements .label {
    color: var(--blue); 
    font-size: 1.5rem;
    font-family: 'Anton', sans-serif;
}

.search-filter--elements .label2 {
    font-size: 1.5rem;
    font-family: 'Anton', sans-serif;
}

.list_products .list_products--card .title {
    color: var(--basic);
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 1px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.list_products .list_products--card .frame-img, .list_products .list_products--card .frame-sesion {
    background-color: #f8f8f8;
    padding: 5px;
}

.list_products .list_products--card .frame-img img, .list_products .list_products--card .frame-sesion img{
    height: 150px;
    max-width: 100%;
}

.list_products .list_products--card .price {
    color: #727272;
    font-size: 1.3rem;
}

.list_products .list_products--card .input{
    border: 1px solid  var(--gray);
    border-radius: 0;
    box-shadow: none;
    width: 40%;
    font-size: 14px;
    background-color: var(--white);
    background-image: none;
}

.list_products .list_products--card .btn-pedido {
    font-size: 1.3rem;
    color: var(--white);
    background-color: #39B3E9;
    text-transform: none;

    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.list_products .list_products--card .btn-pedido-menos {
    font-size: 1.3rem;
    color: var(--white);
    background-color: #d43f3a;
    text-transform: none;

    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.list_products .list_products--card .star {
    font-size: 1.8rem;
}

.list_products .list_products--card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
  
.list_products .list_products--card ul li {
    border-top: 1px solid var(--gray);
    display: block;
    padding: 5px 0;
}
  
.list_products .list_products--card ul li a {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--blue);
}

.product_detail .title {
    color: var(--blue);
    text-transform: uppercase;
}

.product_detail .breadcrumb {
    background-color: var(--gray);
    padding: 10px;
}

.product_detail .breadcrumb li a {
    color: var(--blue);
    font-weight: bold;
}

.product_detail .breadcrumb li a.link-search{
    color: var(--green);
}

.product_detail .breadcrumb-item +.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}


.product_detail--card .img_container .main_img {
    width: auto;
    height: 300px;
    object-fit: cover;
}
.product_detail--card .thumbnail_container {
    display: flex;
    justify-content: center;
}

.product_detail--card .thumbnail_container .thumbnail {
    border-radius: 5px;
    cursor: pointer;
    object-fit: cover;
    opacity: .7;
    transition: 3s;

    height: 50px;
    max-width: 100%;
}

.product_detail--card .thumbnail_container .thumbnail:hover{
    opacity: 1;
}

.product_detail--card .thumbnail_container .active {
    opacity: 1 !important;
    box-shadow: 0 5px 5px rgba(1, 23, 46, 0.6);
}

.product_detail--card .input{
    border: 1px solid  var(--gray);
    border-radius: 0;
    box-shadow: none;
    width: 30%;
    font-size: 14px;
    background-color: var(--white);
    background-image: none;
}

.product_detail--card .btn-pedido {
    font-size: 1.3rem;
    color: var(--white);
    background-color: #39B3E9;
    text-transform: none;

    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.product_detail--card .btn-pedido-menos {
    font-size: 1.3rem;
    color: var(--white);
    background-color: #d43f3a;
    text-transform: none;

    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.product_detail--card .star {
    font-size: 1.8rem;
}

.product_detail .product_detail--similar::-webkit-scrollbar {
    display: none;
}

.product_detail .product_detail--similar {
    display: flex;
    /*height: 316px;*/
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
}

.product_detail .product_detail--similar .card {
    position: relative;
    scroll-snap-align: center;
    width: 70%;
    min-width: 230px;
    max-width: 300px;
}


.product_detail .product_detail--similar .title {
    color: var(--basic);
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 1px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.product_detail .product_detail--similar .frame-img {
    background-color: #f8f8f8;
    padding: 10px;
}

.product_detail .product_detail--similar .frame-img img{
    height: 150px;
    max-width: 100%;
}

.product_detail .product_detail--similar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
  
.product_detail .product_detail--similar ul li {
    border-top: 1px solid var(--gray);
    display: block;
    padding: 5px 0;
}
  
.product_detail .product_detail--similar ul li a {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--blue);
}

.container-card--cart .btn-pedido {
    font-size: 1.1rem;
    color: var(--white);
    background-color: #39B3E9;
    text-transform: none;
}

.container-accordion--downloads {
    font-size: 1.2rem;
}

.container-accordion--downloads .link-blue {
    color: var(--blue);
}

.container-login--info h2 {
    border-bottom: 1px solid var(--blue);
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.container-accordion--cart .table-cart .frame-img {
    width: 10%;
}

.container-accordion--cart .table-cart .img {
    height: 100px;
    max-width: 100%; 
}

.container-accordion--cart .table-cart .title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.container-accordion--cart .table-cart .title-blue {
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
}

.container-accordion--cart .table-cart .form-control {
    width: auto;
}

.container-accordion--cart .table-cart .stock {
    color: var(--green);
}

.container-levels{
    font-size: 1.2rem;
}

.container-levels .line{
    position: relative;
    width: 178px;
    height: 6px;
    bottom: 10px;
}

.container-levels .steps{
    display: flex;
    color: var(--white);
    font-size: 1.3rem;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.container-levels-info img{
    max-width: 100%; 
    height: auto;
}

.container-sesion--address .table-responsive i {
    color: var(--blue);
}

.container-orders--table .w--50, .container-quotes--table .w--50{
    width:auto;
}

.container-orders--table .w--10, .container-quotes--table .w--10 {
    width:25%;
}

.container-orders--table .w--auto, .container-quotes--table .w--auto{
    width:auto;
}

.container-orders--table .link-blue {
   color: var(--blue);
}


.container-accordion--order .table .title {
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
}

.container-table--order .title {
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
}

.container-project img{
    max-width: 100%; 
    height: auto;
}

.container-quotes--table .link-blue {
    color: var(--blue);
}

.container-accordion--quotes .title {
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
}

.container-favorites--table .title {
    color: var(--blue);
}

.container-favorites--table .w--10 {
    width:25%;
}

.container-favorites--table img {
    height: 70px;
    max-width: 100%;
}

.container-favorites--table .btn-pedido {
    font-size: 1.3rem;
    color: var(--white);
    background-color: #39B3E9;
    text-transform: none;

    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.container-favorites--table .btn-pedido-menos {
    font-size: 1.3rem;
    color: var(--white);
    background-color: #d43f3a;
    text-transform: none;
}

.container-favorites--table .input{
    border: 1px solid  var(--gray);
    border-radius: 0;
    box-shadow: none;
    width: 40%;
    font-size: 14px;
    background-color: var(--white);
    background-image: none;
}

.container-favorites--table .star {
    font-size: 1.8rem;  
}

.container-favorites--table .link-blue {
    color: var(--blue);
    font-weight: bold;
}

/*********************************************/
/*****              GRACIAS             *****/
/*********************************************/
#cover {
    background-color: #EEE;
    height: 100vh;
}
.cover-info p {
    font-size: 1.5rem;
    color: var(--blue);
}
  
.cover-info h1, .cover-info .icon {
    color: var(--green);
    font-size: 3.2rem;
    font-weight: bold;
}
  
.cover-info a i{
    color: var(--green);
    font-size: 2.4em;
}
  
.cover-info  h4 a {
    color: #2E2E2E;
    font-weight: bold;
}
  
.cover-info .info-2 {
    color: #2E2E2E;
    font-size: 1.4rem;
}
  
/*********************************************/
/*****       MENU LATERAL   ******************/
/*********************************************/

.seccion-menu--client .list-group-item{
    padding: 0.8rem;
    font-size: 1.3rem;
}

#btn-menu{
    display: none;
}

.seccion-menu--client .btn-menu {
    font-size: 1.2rem;
    color: var(--blue);
    font-weight: bold;
    border: 1px solid var(--blue);
}

.seccion-menu--client .btn-menu {
    font-size: 1.2rem;
    color: var(--blue);
    font-weight: bold;
    border: 1px solid var(--blue);
}

.btn-menu i{
    color: var(--blue);
}

.container-menu{
    position: absolute;
    width: 100%;
    
    top: 80;
    left: 0;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    z-index:4;
}
#btn-menu:checked ~ .container-menu{
    opacity: 1;
    visibility: visible;
}
.cont-menu{
    width: 100%;
    max-width: 250px;
    min-height: 100%;
    background: var(--gray);
    position: relative;
    transition: all 500ms ease;
    transform: translateX(-100%);
    padding: 10px;
}

#btn-menu:checked ~ .container-menu .cont-menu{
    transform: translateX(0%); 
}

.cont-menu label{
    position: absolute;
    right: 5px;
    top: 10px;
    color: var(--green);
    cursor: pointer;
}

/*********************************************/
/*****       FOOTER         ******************/
/*********************************************/

#footer {
  margin-top: auto;
  font-size: 1.0rem;
}

.footer_links {
  background-color: #54a451;
}

#footer .footer_links ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#footer .footer_links .fs-6 {
  color: var(--blue);
  font-size: 1.0rem !important;
}

#footer p {
  font-size: 1.3rem;
}

#footer .footer_links ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer .footer-social { 
  background-color: #2E2E2E;
  color:var(--white);
}

#footer .footer-social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#footer .footer-social ul li {
  display: inline-block;
  margin: 0 10px;
}

#footer .footer-social ul li a {
  color: #FFF;
  font-size: 18px;
  display: block;

  -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
       -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
           transition: all 0.2s ease 0s;
}

#footer .footer-social ul li a:hover {
  color: #54a451;
}
/*********************************************/
/*****     Portada   Schneider           *****/
/*********************************************/

#home_selector h1 {
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 3px 2px #000;
}
  
#home_selector .home_selector--body{
    /*background-attachment: fixed;*/
    background-image: url("../img/bg_sch.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 70vh;
    overflow: hidden;
  }
  
#home_selector .home_selector--body .caja_text {
    background-color: rgba(250,250,250,.8);
    margin-top: 100px;;
    border-radius: 5px;
    color: #000;
}
  
#home_selector .home_selector--body .header-green {
    height: 40px;
    color: white;
    background-color: var(--green);
}

#home_selector .home_selector--body .btn-green {
    color: var(--white);
    font-size: 1.5rem;
    background-color: var(--green);
}


/* Imagen utilizada en pantallas de anchura 480 px y superior */
@media (min-width: 480px) {
    .banner {
        background-image: url("../img/bg_home.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-width: 320px;
    }
}

/* Imagen utilizada en pantallas de anchura 768 px y superior */
@media (min-width: 768px) {
    .banner {
        background-image: url("../img/bg_home.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-width: 320px;
    }
    .fixed-top_ {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    header img {
        width: 100%;
        height: auto;
    }

    .tg-fav{
        background-color: #fff;
        border: 1px solid #E9E9E9;
        padding: 20px;
        position: absolute;
        right: 10%;
        width: 400px;
        z-index: 9999;
        max-height: 570px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .tg-fav a {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--blue);
    }

    .banner_title--container {
        padding-top: 100px;
    }

    .accordion-button:not(.collapsed) {
        font-size: 1.2rem;
    }
    
    .accordion-button {
        font-size: 1.2rem;
    }

    .form-search--elements .btn-green {
        color: var(--white);
        font-size: 1.45rem;
        background-color: var(--green);
    }
 
}

/* Imagen utilizada en pantallas de anchura 1200 px y superior */
@media (min-width: 1200px) {
    .banner {
        background-image: url("../img/bg_home.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-width: 320px;
    }

    body {
      font-size: 1.6rem;
    }

    header img {
        width: 100%;
        height: auto;
    }

    .btn-blue {
        font-size: 1.3rem;
        text-transform: uppercase;
    }

    .fixed-top_ {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    header .btn-superior {
        font-size: 1.3rem;
    }

    header .navbar-nav > li > a {
        font-size: 1.4rem;
    }

    .sl-slider-wrapper-landing {
      width: 100%; 
      overflow: hidden;
    }

    .sl-slider-wrapper-landing  .lateral-bg {
      min-height: 500px;
    } 
    
    .tg-fav{
        background-color: #fff;
        border: 1px solid #E9E9E9;
        padding: 20px;
        position: absolute;
        right: 10%;
        width: 400px;
        z-index: 9999;
        max-height: 570px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .tg-fav a {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--blue);
    }

    .form-control, .form-select {
      font-size: 1.2rem;
      padding: 1.3rem .85rem !important;
    } 

    .container-register--form .input-group .btn,  .container-rif--form .input-group .btn{ 
        padding: 15px;
    }

    .container .h2 {
        font-size: 2.7rem;
    }

    .banner_title--container {
        padding-top: 200px;
    }

    .accordion-button:not(.collapsed) {
        font-size: 1.3rem;
    }
    
    .accordion-button:not(.collapsed) {
        font-size: 1.3rem;
    }
    
    .accordion-button {
        font-size: 1.3rem;
    }

    .banner_title--container h1 {
        font-size: 5.4rem;
    }

    .banner_title--container p {
        font-size: 1.9rem;
        line-height: 28px;
    }

    .banner_title--container .btn {
        font-size: 1.5rem;
    }

    .dealers_container h2 {
        font-size: 3.9rem;
    }

    .dealers_container img {
        height: 50px;
        max-width: 100%;
    }

    .register_container h2 {
        font-size: 2.6rem;
    }

    .register_container a{
        font-size: 1.6rem;
    } 

    .products_container h3 {
        font-size: 3.1rem;
    }

    .products_container .products_container--list h2{
        min-height: 80px;
    }

    .products_container .products_container--list p{
        min-height: 80px;
    }

    .schneider_container h2 {
        font-size: 3.1rem;
    }

    .info_container h3{
        font-size: 1.9rem;
    }

    .form-search--elements .btn-blue {
        font-size: 1.5rem;
    }

    .form-search--elements .form-control{
        height: 60px;
    }

    .form-search--elements .btn-green {
        color: var(--white);
        font-size: 1.5rem;
        background-color: var(--green);
    }

    .catalogo .fw-bold {
        font-size: 1.1rem;
    }

    .container-menu{
        position: initial;
        width: 100%;
        
        top: inherit;
        left: inherit;
        visibility: visible;
        opacity: 1;
    }

    .cont-menu{
        width: 100%;
        max-width: 250px;
        min-height: 100%;
        background: transparent;
        position: static;
        transition: all 500ms ease;
        transform: translateX(0%);
        padding: 0px;
    }

    .list_products .list_products--card .frame-img {
        height: 260px;
    } 

    .list_products .list_products--card .frame-sesion {
        background-color: #f8f8f8;
        padding: 10px;
    }
    
    .list_products .list_products--card .frame-sesion img{
        height: 150px;
        max-width: 100%;
    }

    .list_products .list_products--card .frame-sesion {
        height: 290px;
    } 

    .list_products .list_products--card  .lower {
        font-size: 1rem;
    }

    .list_products .list_products--card .inforef {
        height: 30px;
    }

    .toast-container .toast-header, .toast-container .toast-body{
        font-size: 1.4rem;
    }

    .product_detail .breadcrumb li a {
        font-weight: normal;
        font-size: 1.4rem;
    }

    .product_detail--card .warehouses {
        font-size: 1.2rem;
    }

    .container-accordion--downloads .link-blue {
        font-size: 1.6rem;
    }

    .container-register--form label{
        font-size: 1.2rem;
    }

    .container-card--infolat h2 {
        border-bottom: 1px solid var(--blue);
    }

    .container-levels{
        font-size: 1.3rem;
    }

    .bootstrap-select>.dropdown-toggle { 
      padding: 1.3rem .85rem !important;
    }

   /*  .container-card--cart  .form-control {
        padding: 1.0rem .55rem !important;
    }

    .container-accordion--cart .form-control {
        padding: 1.0rem .55rem !important;
    } */

    .container-accordion--cart .btn {
        font-size: 1.4rem;
    }

    .container-accordion--cart .table-cart .stock {
        color: var(--green);
        font-size: 1.2rem;
    }

    .container-card--cart .btn {
        font-size: 1.2rem;
    }

    .container-orders .listas{
        font-size: 1.1rem;
    }

    .container-orders--table .w--50 , .container-quotes--table .w--50 {
        width:50%;
    }

    .container-orders--table .w--auto, .container-quotes--table .w--auto{
        width:auto;
    }

    .container-orders--table .btn, .container-accordion--order .btn, .container-quotes--table .btn, .container-accordion--quotes .btn {
        font-size: 1.3rem;
    }

    .container-favorites--table img {
        height: 180px;
        max-width: 100%;
    }
      
    .cover-info h1, .cover-info .icon {
        font-size: 5.6rem;
    }

    #footer {
      font-size: 1.3rem;
    }

    #footer .footer_links .fs-6 {
      color: var(--blue);
      font-size: 1.3rem !important;
  }

    .footer p {
        font-size: 1.3rem;
    }

    #home_selector h1 {
      color: #FFFFFF;
      font-weight: bold;
      text-shadow: 3px 2px #000;
  }
    
  #home_selector .home_selector--body{
      /*background-attachment: fixed;*/
      background-image: url("../img/bg_sch.png");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
         -moz-background-size: cover;
           -o-background-size: cover;
              background-size: cover;
      height: 70vh;
      overflow: hidden;
    }
    
  #home_selector .home_selector--body .caja_text {
      background-color: rgba(250,250,250,.8);
      margin-top: 100px;;
      border-radius: 5px;
      color: #000;
  }
    
  #home_selector .home_selector--body .header-green {
      height: 40px;
      color: white;
      background-color: var(--green);
  }
  
  #home_selector .home_selector--body .btn-green {
      color: var(--white);
      font-size: 1.5rem;
      background-color: var(--green);
  }

 .formato-print {
    border: 1px solid #1D2E59; 
    margin:0px auto; 
    padding:10px; 
    font-family: Arial; 
    font-size: 12px; 
    line-height: 18px;
    color: #000 !important;
  }
  
  .formato-print .c-superior {
    border: 1px solid #1D2E59;
  }
  
  .formato-print .b-right {
    border-right: 1px solid #1D2E59;
  }
  
  .txtl {
    display: none;
  }
  
  .formato-print p {
    margin: 2px;
    line-height: 18px; 
  }
  
  .formato-print .p1 {
    font-size: 14px; 
  }
  
  .formato-print .p2 {
    font-size: 16px; 
  }

  .landing-blanco h2{
    color: #000;
    font-weight: bold;
    font-size: 3.6rem;
  }

  .landing-blanco h3{
    color: #252525;
    font-weight: bold;
    font-size: 2.7rem;
  }

  .landing-verde h2, .landing-azul h2 {
    color: white;
    font-size: 3.1rem;
  }

  .img2 {
    padding: 20px 20px 0px 1px;
    display: block;
  }

  .img-landing {
    width: 500px;
  }

  .sl-slider-wrapper-landing h1 {
    font-size: 5.5rem;
  }

}