.hidingComparadorContainer{
  display:none !important;
}
.hidingComparadorContainerHeigth{
  visibility: hidden;
}

.comparadorContainer{
  padding-top: 1.95vw !important;
  padding-bottom: 1.95vw !important;
}

.heightResponsiveCards{
  height: 20px !important;
  margin-bottom: 20px !important;
}


@media only screen and (min-width : 760px) and (max-width : 1024px)  {
  .heightResponsiveCards{
    height: 40px !important;
    margin-bottom: 20px !important;
  }
}

.shadowIE11 {
  box-shadow:0px 0.38vw 1vw rgba(0,45,114,0.15) !important;
}


.alignContentLeft{
  text-align: left;
}

.setMargin-3{
  height: 30px;
}

.bolderText{
  font-weight: bolder;
}

#info-comisiones div div p span{
  font-weight: 800;
}

.marginInfo > span{
    font-weight: 800;
}


.cbx-headline-section{
  padding: 0 30px;
}

@media screen and (min-width:1400px) and (max-width:1500px){
  #cont-opciones>button{
    width: 22vw;
  }
  .setMargin-3{
    height: 60px;
  }
  .marginInfo{
    margin-top: 45px;
  }
}
@media screen and (min-width:1500px) and (max-width:4000px){
  #cont-opciones>button{
    width: 24vw;
  }
  .setMargin-3{
    height: 60px;
  }
  .marginInfo{
    margin-top: 80px;
    @media screen and (min-width:1600px) and (max-width:2000px){
      margin-top: 45px;
    }
    span{
      font-weight: bolder;
    }
  }

}


@media (max-width: 900px){
  .setMargin-3 {
    height: 70px;
  }
}
