#container {
  width: 100%;
  height: auto;
  min-width: 100%;
  margin: 0%;
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 90px;
  box-sizing: border-box;
}

#containerTh {
  width: 100%;
  height: auto;
  min-width: 100%;
  margin: 0%;
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 115px;
  box-sizing: border-box;
}
contentshover:hover svg path {
  fill: white;
}

@media (min-width: 1536px) {
  #container {
    padding-top: 115px;
  }
  #containerTh {
    padding-top: 115px;
  }
}

#sectionMain {
  width: 100%;
  height: auto;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  min-height: 250px;
  align-items: center;
  justify-content: center;
}

#subSectionMain {
  width: 90%;
  max-width: 1280px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

#subSectionMainEspecial {
  width: 100%;
  display: flex;
  max-width: 1280px;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}

#subSectionMain2 {
  width: 90%;
  max-width: 1280px;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

#flecha:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 10px;
  border-width: 20px 35px 0;
  border-style: solid;
  border-color: #002e42 transparent transparent;
}

#movil {
  display: flex;
  min-width: 100%;
}

#desk {
  display: none;
  min-width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#btns-con {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: transparent;
  box-sizing: border-box;
  transition: 0.3s all ease;
  cursor: pointer;
}

#btns-con:hover {
  background-color: #ec1c24;
  transition: 0.3s all ease;
}

#svg-cu {
  fill: #999999;
  transition: 0.3s all ease;
}

#btns-con:hover #svg-cu {
  fill: #ffffff !important;
  transition: 0.3s all ease;
}

#btns-con:hover p {
  color: #ffffff;
  transition: 0.3s all ease;
}

.active-tab-dnb{
  background-color: #ec1c24!important;
  transition: 0.3s all ease!important;
}

.active-tab-dnb svg {
  fill: #ffffff !important;
  transition: 0.3s all ease;
}

.active-tab-dnb p {
  color: #ffffff;
  transition: 0.3s all ease;
}

#svg-btns {
  width: 25%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 10px;
}

#slect-itm1 select {
  background-image: url("/sites/default/files/2022-07/flecha-azul.png"); /*aquí deberás escribir la ruta de la imagen que utilizarás como flecha del desplegable*/
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#slect-itm1 select::-ms-expand {
  display: none; /*Evita que se muestre la flecha por defecto en versiones de IE*/
}

#btns-con2 {
  transition: 0.3s all ease;
  cursor: pointer;
}

#btns-con2:hover {
  background-color: #ec1c24;
  transition: 0.3s all ease;
}

#svg-cu2 {
  fill: #231f20;
  transition: 0.3s all ease;
}

#btns-con2:hover #svg-cu2 {
  fill: #ffffff !important;
  transition: 0.3s all ease;
}

#btns-con2:hover h2 {
  color: #ffffff;
  transition: 0.3s all ease;
}

#svg-btns2 {
  display: flex;
}

@media (min-width: 768px) {
  #movil {
    display: none;
  }
  #desk {
    display: flex;
  }
  #flecha:before {
    bottom: -5px;
  }
  #btns-con {
    width: 20%;
  }
  #svg-btns {
    width: 30%;
  }
  #subSectionMain {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
