.hide{
	display:none;
}
.ani-boxes > div {
  background:white;
  color: black;
  border-radius: 4px;
  padding: 1em;
  margin: 0 0 1em;
  width: 300px;
}
.ani-boxes:nth-child(even) > div {
  background: white;
}

.ani-boxes:nth-child(odd) > div {
  background: white;
}
.texth{
	font-weight: bold;
	font-size: 15px;
	color: rgba(0,0,0,0.65);
}
.text_help.animated.fadeInLeft {
    background: white;
    padding: 15px;
    max-width: 500px;
    margin-bottom: 25px;
}
.text_help.animated.fadeOutLeft {
    background: white;
    padding: 15px;
    max-width: 500px;
    margin-bottom: 25px;
}
.table_show_help {
    border-collapse: collapse;
    width: 100%;
    margin-top: 19px;
}
.text_left{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: rgba(0,0,0,0.65);
}
.text_right{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: rgba(0,0,0,0.65);
}
.help_saber{
	vertical-align: middle;
    display: inline-block;
    font-weight: 700;
    color: #f35321;
    font-size: 16px;
    cursor: pointer;
}
.iconos_detalles {
    max-width: 50px;
    vertical-align: middle;
    margin-bottom: 15px;
}
.thead_table{
	    background: #273a60;
}
.tlprecios{
	border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.thead_text{
	color: white;
}
.td1{
	font-size: 16px;
    padding: 5px;
    background: #fff;
}
.td2{
	font-size: 16px;
    padding: 5px;
    background: rgb(226 227 230);
}
.preciostitle {
    font-size: 22px;
    margin-bottom: 15px;
}
.subtitleprecios{
	text-transform: uppercase;
    color: #273a60;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 15px;
}
.textpequedesp{
    font-size: 16px;
    margin-bottom: 35px;
}
@media (min-width: 1400px)
menu>.container-fluid>ul>li {
    padding: 0px 10px 0 10px;
}
