@media only screen and (min-width: 768px){
.hideescritorio{
	display: none}
	

}
@media (max-width: 767px) {
.hidemovil{
	display: none}
	.thumb-info img {
    width: 80%;
	left: 40%;
    transform: translate(-50%, 0%);
		
}
	.thumb-info:hover img {
       transform: translate(-45%, 0%);
}
}
.amarillo
{
	color: #DA9500;
}
.rojo{
	background-color: #BF1218;
	color: white;
	text-align: center;
	text-transform: uppercase;
	
}

.lista{
	list-style-type: none;
	font-size: 18px;
	color: white;
}
.lista2{
	list-style-type: none;
	font-size: 25px;
	color: black;
	line-height: 44px;
}
.fontAwesome {
  font-family: 'Helvetica','Font Awesome 6 Free',sans-serif;
}
.sinborde{
	    border: none;
	    width: 85%
}
.borde {
	    border-style: solid;
    border-color: #4E4E4E;
    border-width: 1px;
}
.pad20{
    padding-left: 40px;
    padding-right: 40px;
}
.lista3{
	margin-left: -4px;
	list-style-type: none;
	font-size: 12px;
	color: white;
}
.lista4{
	list-style-type: none;
	font-size: 14px;
	color: black;
	line-height: 24px;
}
#whatsapp{
    position: fixed;
    bottom: 120px;
	z-index: 1000;
	right: 0;
}
